Ross,
The video data being received over the socket would need to be written
to a file as well as sent to the indexing object. It can't be written to
a file first & then indexed b/c the server may need to play the video
data immediately after its finished being received over the socket.
What interf
Ross,
Within the MPEG2TransportStreamIndexer's main, is there an existing
class that could replace the ByteStreamFileSource that would receive its
video data off a UDP socket instead of reading from a file?
"FramedSource* input = ByteStreamFileSource::createNew(*env,
inputFileName, TRANSPORT_PAC
Ross,
Are pause and trick modes supported for multicast streams? It doesn't
seem like they would be, but wanted to verify with you before just
making the assumption.
Thanks,
-Brent
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.
Ross,
Are their any major differences in functionality provided by
testOnDemandRTSPServer and the Live555 Media Server?
Thanks,
-Brent
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson
Sent: Tuesday, June 12, 2007 10:56 AM
To: LIVE55
Ross,
I am using the 'testOnDemandRTSPServer' to support unicast streaming of
MPEG transport streams to a PC running VLC. This is working with no
problems. When I started the 'Live555 Media Server' was unavailable.
Now I am interested in adding multicast support to the RTSP Server I'm
running. Fr