Dear Ross,
One query in the file testmpeg4streamer.cpp, can i just read the .m4e file
without creating RTSP server and streaming it out. If yes, please let me
know how this can be achieved.Just reading of the file with out streaming
out the rtp packets.
Regards,
Akshay
___
D
On Fri, Oct 14, 2011 at 4:24 PM, akshay katti wrote:
> I have a query, if user specifies the .mp4 filename including start and
> end time in the command line. I should stream the data only for the
> duration specified by the user, one of the task is to create RTSP server
> an
>
> 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
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