Re: [Live-devel] streaming *.aac or *.h264 using live555 but android media player can't play.

2011-07-11 Thread He Lion
I'm sure 2011/7/7 Ross Finlayson > I am using live555 to stream *.acc and *.264 files to android devices, >> VLC mac can play those streams normally, but android media player can't play >> those streams. I can't figure out why... >>Is there anyone could help me here? >> > > Are you sure

[Live-devel] streaming *.aac or *.h264 using live555 but android media player can't play.

2011-07-07 Thread He Lion
Hi, everyone: I am using live555 to stream *.acc and *.264 files to android devices, VLC mac can play those streams normally, but android media player can't play those streams. I can't figure out why... Is there anyone could help me here? ___ li

[Live-devel] how to merge two elementary files?

2011-07-05 Thread He Lion
I have two elementary files (H264 video and AAC audio), now I set up a RTSP server, how could I merge them synchronous? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] why live555 as local RTSP server streaming TS file (like a bridge) at android won't work?

2011-07-04 Thread He Lion
Because the media files(Apple HTTP ) are coming from a server which I can not control. 2011/7/4 Karl Dietz > On 04.07.2011 08:03, He Lion wrote: > >> Thanks for your answer. >> >> Why I did that? >> Because after set up a RTSP server working like a bridge at andro

Re: [Live-devel] why live555 as local RTSP server streaming TS file (like a bridge) at android won't work?

2011-07-03 Thread He Lion
Thanks for your answer. Why I did that? Because after set up a RTSP server working like a bridge at android, I just need to demux TS, then add video or audio streams to RTSP stream, I don't have to write a JNI media player (very difficult) to display and control every frames. I would like to ask

[Live-devel] why live555 as local RTSP server streaming TS file (like a bridge) at android won't work?

2011-07-03 Thread He Lion
Because android's media player can't play TS file (1.5 - 2.2), so in oder to play "/sdcard/test.ts", I set up a local RTSP server using live555 at android, then set the data source of android media player as " http://127.0.0.1:8554/test.sdp";(something like that). The rtsp server at android actual