Re: [Live-devel] live555 media server and multiple RTSP joins

2022-07-08 Thread Ross Finlayson
It is very unlikely that a bug-fix made more than 6 years ago has anything to do with your problem. Remember that many, many other people have been successfully using our software since then. Please, just begin by describing your symptoms; don’t waste your time trying to understand the arcane

[Live-devel] live555 media server and multiple RTSP joins

2022-07-08 Thread Brody, Ben
Hi, We are experiencing an issue with a product on the project that I'm working on. It is an analogue video encoder that uses the live555 media server. When we make multiple RTSP joins to the device, each new RTSP join causes the video sessions already in progress to glitch. I noticed one of t

[Live-devel] live555 Media Server on Windows 7

2015-02-05 Thread Andrey Shvyrkin
Hi, Ross. I use your library for the transmission of the video stream in real time. OpenRTSP Client reading the server stream via RTP-over-TCP. On Windows 8 packets correctly received, but on Windows 7 after some time the packet receiving hangs. I encoded h264 file with fullhd resolution and bi

Re: [Live-devel] LIVE555 Media Server source code

2013-03-08 Thread Avi Tal
Finlayson Sent: Tuesday, March 05, 2013 5:02 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] LIVE555 Media Server source code How can I download the LIVE555 Media Server source code for Windows 7 32 bit? See our online documentation

Re: [Live-devel] LIVE555 Media Server source code

2013-03-05 Thread Ross Finlayson
> How can I download the LIVE555 Media Server source code for Windows 7 32 bit? See our online documentation http://www.live555.com/mediaServer/#downloading under "Source code". (The source code, like all of our application source code, is multi-platform.) Ross Finlayson Live Networks,

[Live-devel] LIVE555 Media Server source code

2013-03-05 Thread Avi Tal
Dear friends, How can I download the LIVE555 Media Server source code for Windows 7 32 bit? Thanks, Avi Tal. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] LIVE555 Media Server choose IP to listen on

2012-03-28 Thread Ross Finlayson
The most reliable way to set the IP address that the server uses is to first configure your OS so that that interface the one that's used for multicast routing; i.e., the one that has a route for 224.0.0.0/4 In software, you could also try changing the IP address by first assigning the global v

[Live-devel] LIVE555 Media Server choose IP to listen on

2012-03-28 Thread Junaid Ebrahim
Hi It would be great if it was possible to allow a user to select the ip that the server should listen on (maybe set it as an optional command line argument). I have multiple network devices and would like to change this to test streaming on any one of them. Where in the source code would I

[Live-devel] Live555 Media Server in 64 bit Windows 7

2012-03-12 Thread AJ St. Aubin
I am attempting to build live555 MediaServer on x64 windows 7. I have built a VS2008 projects to build the 64 bit libraries and they are compiling, but for some reason I have been unable to get the mediaServer to build with these new libraries. I have another executable that I have been working o

[Live-devel] live555 media Server log files

2012-01-25 Thread leroi cat
hi all, can i have log files or traces generated by the server and containing the establishment of the connection between the LIVE555 and the client? and in which directory can i find them? thank youuu!! ___ live-devel mailing list live-devel@lists.live

Re: [Live-devel] LIVE555 Media Server

2011-03-17 Thread Ross Finlayson
VLC can't produce good RTSP output VLC relies on Live555 to do RTSP FYI, VLC uses the "LIVE555 Streaming Media" code only when it's a RTSP *client*. Its RTSP server implementation uses its own, built-in server code. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

Re: [Live-devel] LIVE555 Media Server

2011-03-17 Thread Warren Young
On 3/16/2011 6:56 AM, Jobe Lawn wrote: well,, I'm just plain user not a coder, Live555 is a C++ code library first and foremost. I was wondering if there is some commandLine params to alter the behivour... Nope. live555MediaServer totally ignores parameters passed on the command line cur

Re: [Live-devel] LIVE555 Media Server

2011-03-16 Thread Ross Finlayson
Hi there. (I just want to make my bid / suggestion about LIVE555 Media Server). Server work great, no problem there. The point is how can I change the port? Now it seems to be 8544 or similar. The only way to change the port number is to modify and recompile the application's source code.

Re: [Live-devel] LIVE555 Media Server

2011-03-16 Thread Jobe Lawn
hone thgough various networks.  server - 3G - phone works with VLC because UDP will go through. Server (lan) - WAN - LAN (phone) does not. Therefore RTSP inside TCP is needed. :) VLM?   --- On Wed, 3/16/11, Warren Young wrote: From: Warren Young Subject: Re: [Live-devel] LIVE555 Media Server To

Re: [Live-devel] LIVE555 Media Server

2011-03-16 Thread Warren Young
On 3/16/2011 12:45 AM, Jobe Lawn wrote: how can I change the port? Change the code. It's about a dozen lines down in the main() function of the live555MediaServer program. - Can in later release this be used in conjuction with VLC so that VLC transcodes and published the output to locahost

[Live-devel] LIVE555 Media Server

2011-03-16 Thread Jobe Lawn
Hi there. (I just want to make my bid / suggestion about LIVE555 Media Server).   Server work great, no problem there. The point is how can I change the port? Now it seems to be 8544 or similar.   - Can the port be altered as user wants? - Can rtsp be focred to use TCP (firewalls prevents a lot ud

Re: [Live-devel] Live555 Media Server .Handle PAUSE.

2010-11-14 Thread Ross Finlayson
is there any way to handle PAUSE request in the mediaserver. Our RTSP server implementation already handles the RTSP "PAUSE" command. my custemer is a hardware decoder developer. and sometimes he wants to hold on the decode process. and he doesn't have enough memory to cache so many frames. s

[Live-devel] Live555 Media Server .Handle PAUSE.

2010-11-14 Thread 44072429
hi,my friends. is there any way to handle PAUSE request in the mediaserver. my custemer is a hardware decoder developer. and sometimes he wants to hold on the decode process. and he doesn't have enough memory to cache so many frames. so he wants to send a PAUSE request to the Server. but t

Re: [Live-devel] LIVE555 Media Server and Windows Media Player

2008-04-11 Thread Ross Finlayson
>I don't understand why the stream (rtsp://xx.xx.xx.xx/test.mpg) from >LIVE555 Media Server does not open by Windows Media Player? It's because Windows Media Player is not standards-compliant. Use VLC instead. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _

Re: [Live-devel] LIVE555 Media Server and Windows Media Player

2008-04-11 Thread fay
在 Friday 11 April 2008 14:48:11,Artem Goryunov 写道: > Hello All! > > Please help > I don't understand why the stream (rtsp://xx.xx.xx.xx/test.mpg) from > LIVE555 Media Server does not open by Windows Media Player? > How it is possible to repair it? > > > Artem hi, try real player first _

Re: [Live-devel] LIVE555 Media Server and Windows Media Player

2008-04-11 Thread Luca Abeni
Artem Goryunov wrote: > Hello All! > > Please help > I don't understand why the stream (rtsp://xx.xx.xx.xx/test.mpg) from > LIVE555 Media Server does not open by Windows Media Player? Because Windows Media Player does not support MPEG over RTP? > How it is possible to repair it? Fix Windows Medi

[Live-devel] LIVE555 Media Server and Windows Media Player

2008-04-10 Thread Artem Goryunov
Hello All! Please help I don't understand why the stream (rtsp://xx.xx.xx.xx/test.mpg) from LIVE555 Media Server does not open by Windows Media Player? How it is possible to repair it? Artem ___ live-devel mailing list live-devel@lists.live555.com

Re: [Live-devel] LIVE555 Media Server - Reg

2007-10-23 Thread Rajendra Naidu
Hai Thanks a lot for kind response I have gone through the below links But i am looking for streaming of MPEG-4 Video Elementary Stream file and trickplay support for it but the below links indicate that it is implemented for MPEG-1/MPEG-2 alone I have no knowledge on MPEG-4 and H.264 kind he

Re: [Live-devel] LIVE555 Media Server - Reg

2007-10-22 Thread Ross Finlayson
I am looking for streaming of MPEG-4 Video Elementary Stream file I have few queries regarding this please help me in this regard. 1. Can i able to make fast forward or fast backward of the Stream ? Our server implementation does not (yet) support 'trick play' operations on MPEG-4 files. For

[Live-devel] LIVE555 Media Server - Reg

2007-10-22 Thread Rajendra Naidu
Dear All, I am looking for streaming of MPEG-4 Video Elementary Stream file I have few queries regarding this please help me in this regard. 1. Can i able to make fast forward or fast backward of the Stream ? 2. If so how should this be done either at the client side or at the server side ? 3. I

Re: [Live-devel] Live555 Media Server

2007-07-13 Thread Ross Finlayson
>I am trying to send live audio from a microphone through Media Server to my >client. Any ideas? Jimmy, There are future plans to upgrade the LIVE555 Media Server to support live input streams. Until that time, however, I recommend that you instead use our "testOnDemandRTSPServer" demo applica

[Live-devel] Live555 Media Server

2007-07-12 Thread Jimmy A Samaha
Hey all, I am trying to send live audio from a microphone through Media Server to my client. Any ideas? Thanks Jimmy ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel