Re: [Live-devel] Problem with RTP over TCP

2011-07-21 Thread Jeremy Noring
On Thu, Jul 21, 2011 at 1:06 AM, Ross Finlayson wrote: > Now, I don't see how. (I assume you're not doing something dump like > trying to use more than one thread.) I'm using a dedicated thread for each Live555 instance. Could it have to do with the session having multiple subsessions? The se

Re: [Live-devel] Event Triggerring

2011-07-21 Thread Ross Finlayson
I thought in the direction of creating a trigger with EventTriggerId myTrigger = env->taskScheduler().createEventTrigger(myProc); To launch my routine within the playing process, but as I understand, I cannot call env->taskScheduler().triggerEvent(myTrigger); within the Event Loop. Yes, of c

[Live-devel] Event Triggerring

2011-07-21 Thread Sergey G. Kosov
Hi, I use the "testH264VideoStreamer" application and VLC media player on localhost to transmit AVC flow. I want to intervene in the transmission process in order to have a possibility to access and change the video stream on the fly. But after the command: env->taskScheduler().doEventLoop(); //

Re: [Live-devel] Problem receiving data on Windows XP (Volker Marks)

2011-07-21 Thread Volker Marks
D'oh! After several days of heavy debugging I've found the reason for all the network/multicast issues: Somehow I had lost the define "WINNT" in my groupsock-project-file. This led to the inclusion of "winsock.h" instead of "ws2ipdef.h" and this led to e.g. a wrong value for "IP_ADD_MEMBERSHIP".

Re: [Live-devel] RTSP server socket bind error

2011-07-21 Thread Ross Finlayson
I run the 'testH264VideoStreamer' app and view the video with an RTSP client (eg VLC). If I kill 'testH264VideoStreamer' while the client is connected and then try to run it again straight away I get the following error: Failed to create RTSP server: bind() error (port number: 8554): Addr

Re: [Live-devel] RTP/RTSP over HTTP server implementation

2011-07-21 Thread Ross Finlayson
I have found some messages about the similar topic as my request, but the latest was published around a year ago and informed that only the client is ready to handle it. So, I want to know if there is any changes in this topic? When do you plan to implement it on the server side as well & to sh

[Live-devel] RTSP server socket bind error

2011-07-21 Thread Stathis Voukelatos
Hi, I run the 'testH264VideoStreamer' app and view the video with an RTSP client (eg VLC). If I kill 'testH264VideoStreamer' while the client is connected and then try to run it again straight away I get the following error: Failed to create RTSP server: bind() error (port number: 85

[Live-devel] RTP/RTSP over HTTP server implementation

2011-07-21 Thread Dezso Kancsar
Hi Ross, I have found some messages about the similar topic as my request, but the latest was published around a year ago and informed that only the client is ready to handle it. So, I want to know if there is any changes in this topic? When do you plan to implement it on the server side as we

Re: [Live-devel] Problem with RTP over TCP

2011-07-21 Thread Ross Finlayson
Is it somehow possible that something else could read from the socket between when AWAITING_STREAM_CHANNEL_ID is set and the case statement? Now, I don't see how. (I assume you're not doing something dump like trying to use more than one thread.) And would it be possible to complete the

Re: [Live-devel] Problem with RTP over TCP

2011-07-21 Thread Jeremy Noring
On Wed, Jul 20, 2011 at 4:41 PM, Ross Finlayson wrote: > ** > > Any ideas why this may be happening? > > > Unfortunately not. > Is it somehow possible that something else could read from the socket between when AWAITING_STREAM_CHANNEL_ID is set and the case statement? And would it be possible to