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
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
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(); //
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".
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
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
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
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
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
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
10 matches
Mail list logo