Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-31 Thread Ross Finlayson
> 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

Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-31 Thread Ross Finlayson
> 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

Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-31 Thread akshay katti
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 ___

Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-30 Thread akshay katti
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

Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-14 Thread Ross Finlayson
> 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

Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-13 Thread akshay katti
> > 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

Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-13 Thread Ross Finlayson
> 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

[Live-devel] Regarding MPEG4VideoStreamer code

2011-10-13 Thread akshay katti
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