Re: [Live-devel] key frame detection

2015-07-28 Thread Ross Finlayson
> 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

[Live-devel] key frame detection

2015-07-28 Thread Francisco Javier Cabello Torres
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

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