>
> Hi Ross,
>
Well for the new libraries that you have updated on sep 19 2011, you can
read a mp4 file and stream out nicely(not the ".m4e" file) and it plays
well in vlc player. Now can we do seek in the .mp4 file and how about
converting the intial and end time duration in to bytes for playi
No, unfortunately there's no general 'frame duplicator' mechanism in our
library.
> Now, I known I can use a FileSink for save the media data to file.
>
> RTPSource -> FileSink
>
> But, how to send to the live player simultaneously? Should I make a Filter
> class, so the chain becomes:
>
>
Hi,
When I receive data from RTPSource, then I want to do:
1) save to the file
2) If there is some live player requested, send to the live player.
Now, I known I can use a FileSink for save the media data to file.
RTPSource -> FileSink
But, how to send to the live player simultaneously? Should
> I was looking at the testMPEG4VideoStreamer.cpp code, i could successfully
> stream out the data read from the .mp4 file
You mean ".m4e" - i.e., a MPEG-4 Video Elementary Stream file. (We don't
support streaming from ".mp4" files).
> ,now my question is
> Is there a way to stream packets fro
I was looking at the testMPEG4VideoStreamer.cpp code, i could successfully
stream out the data read from the .mp4 file,now my question is
Is there a way to stream packets from the file with a start and end time
specified so, that the vlc media player plays the file only for that
duration.
Any othe