Hi,

I'm trying to send a live transport stream over RTSP.  I initially tested with testMPEG2TransportStreamer having modified it to pull from stdin and got results, though there was significant picture break up/dropped frames because it was using UDP.  So instead I've started using live555MediaServer because that can do the same thing.  I've gratuitously modified MPEG2TransportFileServerMediaSubsession::createNewStreamSource to change liveStream.ts to "stdin" on the filename.

If I now run the server with cat test.ts | live555MediaServer and then go to "rtsp://192.168.1.14/liveStream.ts" on VLC on a different machine I can view that ts.  However, if I then connect my encoder to stdin (via "C" pipes, as worked for testMPEG2TransportStreamer) then VLC complains that it can't open the file.  Is there any accepted technique for this?

Any other clues as to what I might be doing wrong?

Regards,

Simon

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to