Re: [Live-devel] iPhone CAN"T play the TS files generated by testH264VideoToTransportStream

2011-02-04 Thread Dunling Li
Ross, Thanks for your suggestions. Dunling -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Tuesday, February 01, 2011 8:06 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] iP

Re: [Live-devel] iPhone CAN"T play the TS files generated by testH264VideoToTransportStream

2011-02-01 Thread Dunling Li
Hi Ross, Thanks for your useful guide. Here is my situation: We use HTTP live streaming to send TS files to iphone. Our sever is lighttpd. We split our a video clip into multiple 4 seconds h264 files, then convert them to TS files in the server for streaming. We have simple h264 to TS convertor

[Live-devel] iPhone CAN"T play the TS files generated by testH264VideoToTransportStream

2011-01-31 Thread Dunling Li
Dear all, I use testH264VideoToTransportStream to generate some TS files. None of them can be played in iPhone. The live streaming validator shows the following error: ERROR: Invalid media segment: The validator helper exited due to a fatal error: segment duration is not finite. Can any

Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream

2011-01-20 Thread Dunling Li
If BANK_SIZE is reduced from 15 to 7 in the file StreamParser.cpp, then the program works perfectly. Thanks Dunling -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Dunling Li Sent: Thursday, January 20, 2011 8

Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream

2011-01-20 Thread Dunling Li
Ross, I tested the new version (2011.01.21) of testh264VideoToTransportStream using the video clip which I sent to you. The generated output TS file is good, but misses the last part of video. If I run testprogs.exe in command line, it didn't show any error message. However, when I run it on VC 20

Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream

2011-01-20 Thread Dunling Li
I sent the file to finlay...@live555.com. Please let me know if you didn't get it. Thanks Dunling -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, January 20, 2011 4:10 PM To: LIVE555 Streaming

Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream

2011-01-20 Thread Dunling Li
We don't have any web server working now. The file size is about 138KB. Can I send you the file by email? Thanks Dunling -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, January 20, 2011 3:39

Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream

2011-01-20 Thread Dunling Li
clip is 00 00 00 01 67 42 80 1e da 05 87 c4 00 00 00 0168 ce The video clip can be displayed in VLC player. Could you point me how to fix this? Thanks Dunling -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Du

Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream

2011-01-20 Thread Dunling Li
o read more data from the source stream, or // - the source stream has ended. This happened when I reduced BANK_SIZE to 15000 which is larger than size of my video clip. Could you help me or guide me to fix this? Many thanks Dunling Li Cernium Corporation 1925 Isaac Newton Square, suite 3

[Live-devel] Conversion from H.264 to MPEG2 Transport Stream

2011-01-19 Thread Dunling Li
Hello, I'm a beginner of live555 Streaming Media and I would like to convert H.264 video files to TS files. One of live555 test examples, testMPEG1or2ProgramToTransportStream.cpp, show how to convert MPEG2 file to TS file using functions in MPEG2TransportStreamFromPESSource. Can anyone point me