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