[Live-devel] The way to muxing H264 and AAC RTP into a MPEG Transport stream

2014-08-30 Thread James Huang
Hi, After weeks of time spent, now my module finally can muxing H264 and AAC RTP streams into a MPEG-TS. Here write down the "big picture" for someone new at this onto the track quickly. Objective: Create a relay program which works as a RTSP client, consumes the video and audio RTP sessions, m

[Live-devel] How to wrap a AAC-HBR RTP source into Transport stream correctly

2014-08-24 Thread James Huang
Hi, I'm working on wrapping two RTP stream source (H264 and AAC-HBR ) into a MPEG Transport stream and then forward it to another 3rd party server. The source and the target are both 3rd party so I don't have control of their expectation of input and output format. The video is working after stud

[Live-devel] doGetNextFrame() reads nothing for a while....

2009-10-09 Thread huang
? Could I call envir().taskScheduler().scheduleDelayedTask( delayTime, (TaskFunc*)continueReadProcessing, this ) ? thanks huang ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] quicktime client for h264

2009-08-26 Thread huang
do not mean start code ? Thanks Huang > > Hope this helps, > Ganesh > > > ___ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > > _

[Live-devel] quicktime client for h264

2009-08-24 Thread huang
Hi dear all, I have my own H264VideoStreamFramer and could stream h.264 to VLC and Quicktime. But when Quicktime as client, something was wrong: First, I started the server and Quicktime connected to server, after "PLAY" cmd, server sent data to Quicktime, but Quicktime had no image with increa

[Live-devel] How to judge catch exception while parsing file

2009-08-24 Thread huang
ata in the buffer to read or file EOF, and the question is, how do I judge file EOF cause exception but not buffer has no data ? thanks huang <http://www.live555.com/liveMedia/doxygen/html/H263plusVideoStreamParser_8hh-source.html> ___ live-devel m

Re: [Live-devel] Streaming to mobile device using live555.

2009-07-28 Thread huang
t all types of rtp payload for those codec format huang 2009/7/28 Yogesh > Hello Support, > > > > We are developing streaming application in which we want to stream live > video from server to mobile device (for example blackberry , Iphone) using > RTSP protocol and live555

[Live-devel] How to develope a RTSP server for streaming AVI

2009-07-15 Thread huang jon
Hi, I’ve look at the live555,and I can run is in Linux to live a mpeg4 file, Now,I want to use it to live a media buffer, it include three format video, H264/MPEG4/MJPEG. How can I do it? It can write the buffer to avi file and live avi file? Thanks very much! ___

Re: [Live-devel] openRTSP transmission question

2009-07-01 Thread Z.T Huang
Thanks Ross first :-) I printed each packet before sending and the problem was gone, soI think it's probably because streamer send packets too fast ( server and client are both on the same machine ) so that reciver could not hold them. Z.T 2009/6/30 Ross Finlayson > I'm trying to send JPE

[Live-devel] openRTSP transmission question

2009-06-30 Thread Z.T Huang
Hi, dear all, I'm trying to send JPEG file, and wrote my JPEGVideoSource(), I use openRTSP as the client, and my input test file is just a frame, but i got some trouble, sometimes openRTSP could got the stream and saved, but sometime it didn't - the recived file is 0 byte.and always got "BYE"

[Live-devel] Does LiveMedia take these conditions into account?

2009-03-19 Thread galaxy-huang
Does LiveMedia take the conditions as follow into account:jitter caused by the network,skew due to tyhe asynchronous of two clock,and the adaption of the playout point in order to compensate the aforementioned conditions etc. We know, these are all very common in the network,a robust implemen

[Live-devel] Can LiveMedia be used over wireless network?

2009-03-18 Thread galaxy-huang
Hello,everyone! I recently do some reserch about streaming over the wireless network, and i wonder if LiveMedia is appropriate over wireless network,if not,can it be adapted easily to meet my need? ___ live-devel mailing list live-devel@lists.live555.co