> 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.
OK, now you're just being silly. The *whol
> On Fri, Oct 14, 2011 at 4:24 PM, akshay katti
> wrote:
> I have a query, if user specifies the .mp4 filename
For the last time: We do *not* support streaming from ".mp4" files. At all.
If you're using "testMPEG4VideoStreamer", you mean ".m4e", not ".mp4".
> including start and end time in
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
> and stream out from
> 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.
No, you're mistaken and confused. We have never supported streaming from
".mp4" files. (We recently added support for
>
> 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
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