Re: [Live-devel] Too much bandwidth consumption, how to reduce it

2014-06-19 Thread Jeff Shanab
Bandwidth is not determined by live555. The bandwidth of H264 video is determined by resolution, quality, gopsize and frames per second used during encoding. Pretty much in that order. The file would need to be transcoded into a new file with another tool like ffmpeg to change it's band width

[Live-devel] Problem releasing Matroska demuxer

2014-06-19 Thread PROMONET Michel
Hi Ross, Thanks a lot for your great support. Demuxing a matroska file, I meet problem releasing the memory. Because the medium table is not empty, the reclaim of UsageEnvironment doesnot delete it. I made investigations with valgrind running on the following code that extract the

[Live-devel] Too much bandwidth consumption, how to reduce it

2014-06-19 Thread Sandy
Hello, I'd like to use live555MediaServer to send my H.264 file to another PC which implemented VLC player. The server runs well but the bandwidth consumption is intolerable due to my network condition which could not offer 3Mbps bandwidth. Can you tell me some solution to reduce the ban

[Live-devel] RTSP server taking MPEG2 TS as input using TCP

2014-06-19 Thread SingHa Winter
Hi, I know live555 can server taking UDP TS as input using MPEG2TransportUDPServerMediaSubsession. I'd like to build a RTSP server that can takes a "TCP" Transport Stream as input. My relay server will stream TS file using TCP to my live555 streaming server. I made "MPEG2TransportStreamLiveSour