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
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
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
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
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