> I am developing an application based on testRTSPClient.cpp. I am able to
> store video files
> from method DummySink::afterGettingFrame. What I would like is to detect key
> frames in order to close current file and open a new one starting always with
> a key frame.
>
> I guess that that info
Hi,
I am developing an application based on testRTSPClient.cpp. I am able to
store video files
from method DummySink::afterGettingFrame. What I would like is to detect
key frames in order to close current file and open a new one starting
always with a key frame.
I guess that that information is in
> 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