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

2011-01-20 Thread Ross Finlayson
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 2005 deb

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

2011-01-20 Thread Dunling Li
:07 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream 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 mi

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

2011-01-20 Thread Dunling Li
ssage- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, January 20, 2011 7:07 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream

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

2011-01-20 Thread Ross Finlayson
I've fixed a bug in "H264VideoStreamFramer" (which affected only the new "testH264VideoToTransportStream" demo application), and have now installed a new version (2011.01.21) of the "LIVE555 Streaming Media" code. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

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

2011-01-20 Thread Dunling Li
VE555 Streaming Media - development & use Subject: Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream >We don't have any web server working now. The file size is about 138KB. >Can I send you the file by email? Yes, 138 kBytes is fine. Please email the file. -- Ross Finlayso

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

2011-01-20 Thread Ross Finlayson
We don't have any web server working now. The file size is about 138KB. Can I send you the file by email? Yes, 138 kBytes is fine. Please email the file. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-d

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

2011-01-20 Thread Ross Finlayson
The demo program testH264VideoToTransportStream is stuck at the line "(void)bv.get_expGolomb(); // frame_crop_right_offset" in H264VideoStreamParser::analyze_seq_parameter_set_data, because get1Bit always return 0 due to fCurBitIndex >= fTotNumBits. Yes, this is happening because our H.264 parse

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

2011-01-20 Thread Dunling Li
011 3:39 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream >Thank you so much for releasing the new version of LIVE555 so quick. I >tested the demo "testH264VideoToTransportStream" using 4 second h264

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

2011-01-20 Thread Ross Finlayson
Thank you so much for releasing the new version of LIVE555 so quick. I tested the demo "testH264VideoToTransportStream" using 4 second h264 video clip, the program stucked at endless loop and didn't write any data to the output file. http://www.live555.com/liveMedia/faq.html#my-file-doesnt-work

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

2011-01-20 Thread Dunling Li
nling Li Sent: Thursday, January 20, 2011 11:02 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream Dear Ross, Thank you so much for releasing the new version of LIVE555 so quick. I tested the demo "testH264VideoToTr

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

2011-01-20 Thread Dunling Li
Media - development & use Subject: Re: [Live-devel] Conversion from H.264 to MPEG2 Transport Stream >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 h

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

2011-01-19 Thread Ross Finlayson
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 how to

[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