[Live-devel] SRTP

2007-09-29 Thread Chris Kavanagh
Any suggestions for a clean place to add SRTP? I'm pretty new to the liveMedia stack and my initial assessment/idea is to add SRTP in RTPInterface::sendPacket and RTPInterface::handleRead. Of course a "Crypto Context" and some key Management objects would have to be added but adding them here wi

Re: [Live-devel] question about vlc & live555

2007-09-29 Thread Ross Finlayson
1. I used server vlc to stream a ts file into RTP stream and the client vlc to accept it. The debug information of liveMedia comes out at the client side but do not at the server side, which seems means that the server is not using the liveMedia. Is this the fact? Yes. VLC currently does no

[Live-devel] question about vlc & live555

2007-09-29 Thread ruru605
Hi, everyone I compiled vlc with --enable-livedotcom --with-livedotcom-tree=path successfully.Then I add some debug information in liveMedia and open 2 vlc as a server and a client, after testing I have some questions as follows: 1. I used server vlc to stream a ts file into RTP stream and

Re: [Live-devel] Streaming m4v files from LIVE555 media server

2007-09-29 Thread Ross Finlayson
We are trying to stream .m4v file from LIVE555 media server Most ".m4v" files are *not* MPEG-4 Elementary Stream files, and therefore cannot (currently) be streamed by the "LIVE555 Media Server". Just changing the file name extension won't work. Sorry. -- Ross Finlayson Live Networks, Inc

[Live-devel] Streaming m4v files from LIVE555 media server

2007-09-29 Thread Nitin Jain
Hi all, We are trying to stream .m4v file from LIVE555 media server and receive using VLC media player or LIVE555 openRTSP Client. But we observed huge packet loss in wireshark trace. Currently, Live555 code only accepts m4e extension but not m4v hence we added .m4v part in static ServerMe