Re: [Live-devel] mp4 streaming in live555

2015-07-28 Thread Ross Finlayson
> char const* inputFileName = "myfilename.mp4"; > A “.mp4” file is *not* a MPEG-4 Video Elementary Stream file. (Instead, it is a ‘container’ file that can contain both video (not necessarily MPEG-4) and audio.) We do not support streaming from “.mp4” files. (Unfortunately, we’ve pro

[Live-devel] mp4 streaming in live555

2015-07-28 Thread Krishna Kumar K B
Title: Samsung Enterprise Portal mySingle Hi Ross, I am able to stream mp3 files using live555MediaServer. Now I want to stream mp4 file, I have given a try with testMPEG4VideoStreamer executable. I have modified inputFileName as below #include "liveMedia.hh"#include "BasicU