Re: [Live-devel] Doubt on Multiple sub-sessions

2009-06-04 Thread Ganesh V
Hi Ross, Many thanks for your input. I could understand how H264VideoFileSink was inserting the start code. However, I want to confirm one small doubt. NALU start code wasn't found in the incoming stream as the server didn't insert in the streamed out data and "not" because livemedia library st

[Live-devel] Modifying testMPEG1or2VideoStreamer to Stream m4e Files

2009-06-04 Thread Russell, Michael (mrusse05)
Hello, I am using Live555 under Ubuntu Linux 9.04, streaming over a simple private LAN to a VLC client running under Windows. Just cables and a switch. No router, no firewalls. I modified testMPEG1or2VideoStreamer to stream unicast to a VLC client and it works well. I now want to modify this a

Re: [Live-devel] Make live media server stream mpeg to transport stream

2009-06-04 Thread Woods
Hi, Thanks your reply! Yes, I tried that testMPEG1or2ProgramToTransportStream code. But is it possible to do "transcoding mpeg to ts" and "streaming ts" in one step in livemedia server? I actually modified testMPEG1or2ProgramToTransportStream code by replacing the FileSink with a MPEG2TransportS

Re: [Live-devel] Make live media server stream mpeg to transport stream

2009-06-04 Thread Ross Finlayson
I plan to modify the Live Media server to stream Mpeg file as Mpeg2 TS stream. Current code streams two respective streams for video and audio. The current server code *already* streams Transport Stream data as multiplexed (combined) audio+video. If you have a MPEG Transport Stream file, then

[Live-devel] Make live media server stream mpeg to transport stream

2009-06-04 Thread Woods
Dear all, I plan to modify the Live Media server to stream Mpeg file as Mpeg2 TS stream. Current code streams two respective streams for video and audio. I need a single TS stream multiplexing audio and video. I know there are some classes I can use to deplex and transcode, such as MPEG1or2Demuxe

Re: [Live-devel] Confirmation of stream end reach.

2009-06-04 Thread Ross Finlayson
Actually due to our requirment we need to stream in "MP2T/H2221/UDP" mode. Then you're out of luck. If you're not using the RTP/RTCP standard, then you won't bet getting any of its benefits (which includes RTCP "BYE" packets). And in the system we are using two clients, Clie

Re: [Live-devel] Confirmation of stream end reach.

2009-06-04 Thread Bikramjeet Singh
Hi Ross, Actually due to our requirment we need to stream in "MP2T/H2221/UDP" mode. And in the system we are using two clients, Client A is to request the server for streaming to client B. And client B will consume the stream and display it. One more thing Client B and C are not in to

Re: [Live-devel] Other codec with Media Server

2009-06-04 Thread Derk-Jan Hartman
On 4 jun 2009, at 10:48, Ross Finlayson wrote: I understand that the live555 streaming media is able to stream MPEGs video files. I need to know whether other codec for example Dirac can be used to work with the streaming media? First, someone would need to define, document, and begin stan

Re: [Live-devel] Other codec with Media Server

2009-06-04 Thread Ross Finlayson
I understand that the live555 streaming media is able to stream MPEGs video files. I need to know whether other codec for example Dirac can be used to work with the streaming media? First, someone would need to define, document, and begin standardizing a RTP payload format for the Dirac codec.

Re: [Live-devel] Confirmation of stream end reach.

2009-06-04 Thread Ross Finlayson
Hi there, We are using application "live555MediaServer" to use as a VOD server. I have make some changes in the server code to allow the client direct the stream on a different destination IP. But still there is one problem to me, We haven't any way to come to know that when completion of

[Live-devel] Other codec with Media Server

2009-06-04 Thread wong yeewan
Dear all,   I understand that the live555 streaming media is able to stream MPEGs video files. I need to know whether other codec for example Dirac can be used to work with the streaming media? If yes, can you please give a direction for me to implement Dirac with the streaming server?  

[Live-devel] Confirmation of stream end reach.

2009-06-04 Thread Bikramjeet Singh
Hi there, We are using application "live555MediaServer" to use as a VOD server. I have make some changes in the server code to allow the client direct the stream on a different destination IP. But still there is one problem to me, We haven't any way to come to know that when completion of strea