Re: [Live-devel] MPEG2TransportStreamIndexer

2008-06-10 Thread Ross Finlayson
I had problem about MPEG2TransportStreamIndexer, when I used MPEG2TransportStreamIndexer for create index file(.tsx) that size of file is 0 Byte. For the indexing to work, the input file must: 1/ Be a MPEG Transport Stream file (obviously) 2/ Contain MPEG-1 or MPEG-2 (*not* MPEG-4 or H.264) vid

[Live-devel] whether rtspserver supports Live Streaming(like TV channel)

2008-06-10 Thread rajesh
Hi , We are Planning to use Live555 rtsp Server . can we give Live data (TV channel) input to the Live555 rtsp Server . Thanks in Advance. Thanks and Regards Rajesh Kumar Sr. Software Engineer R & D - Network Group ImiMobile Pvt Ltd +91 40 23555945 - 235 +91 99084 00027 www.imimobile.com

Re: [Live-devel] Hinting the audio track of file created by openRTSP

2008-06-10 Thread Ross Finlayson
The file is streamed, and openRTSP creates a file (dst.mp4) with an audio and video track. Here are the details of the file generated by openRTSP: dst.mp4: TrackType Info 1audioAAC from .mov, 58.537 secs, 256 kbps, 44100 Hz 2videoMPEG-4 Unknown Profile(255), 58.

Re: [Live-devel] live555 under high bitrate streaming

2008-06-10 Thread WangLi
please look at http://www.live555.com/liveMedia/faq.html 2008/6/11 Xzou <[EMAIL PROTECTED]>: > Recently,I'm trying to construct a embedded rtsp/rtp client using live555 > in order to receive very high bitrate media stream which could be nearly 20M > bit per second.But the bad news is my client l

Re: [Live-devel] live555 under high bitrate streaming

2008-06-10 Thread Sourav Pal
2008/6/10 Xzou <[EMAIL PROTECTED]>: > Recently,I'm trying to construct a embedded rtsp/rtp client using live555 > in order to receive very high bitrate media stream which could be nearly 20M > bit per second.But the bad news is my client lost a lot of packets when the > bitrate of media stream is

[Live-devel] live555 under high bitrate streaming

2008-06-10 Thread Xzou
Recently,I'm trying to construct a embedded rtsp/rtp client using live555 in order to receive very high bitrate media stream which could be nearly 20M bit per second.But the bad news is my client lost a lot of packets when the bitrate of media stream is higher than 4M bit per second. My cpu freq

Re: [Live-devel] Problems with streaming live h264 video on TI da Vinci platform.

2008-06-10 Thread Amit Lobo
Hi Ishwar, Thanks for you help. Are you using TI demo and live555 together? Because my problem lies in the integration side. About timer I dont think I am facing similar problem that you have mentioned,because I have done test with reading video from the file. Thanks & Regards Amit 2008/6/11

[Live-devel] Hinting the audio track of file created by openRTSP

2008-06-10 Thread tpollock1958
I'm having a problem hinting the audio track of a file created by openRTSP.? First of all, I was never able to get the -H argument to work, so I'm trying to hint the file with mp4creator.? Here's the setup I'm using: VLC -> Darwin Streaming Server -> openRTSP -> file, then hint with mp4creator H

Re: [Live-devel] streaming video and audio via RTSP

2008-06-10 Thread Mike Gilorma
According to the output from VLC it says the rtp source has been synchronized twice (once for each??). I looked through the code and see where the timestamp is getting set for each packet, the absolute time for each packet is very close, but after convertToRTPTimestamp gets called the time stamps

[Live-devel] Syncing up to MPEG-2 Transport Stream

2008-06-10 Thread Lonnie Walker
I created two MPEG-2 transport streams. Stream A contains MPEG-2 audio and video and was created with testMPEG1or2ProgramToTransportStream. stream B contains MPEG-4 video and AAC audio and was created using live555. When I stream both of these .ts files using testMPEG2TransportStreamer and play th

Re: [Live-devel] streaming video and audio via RTSP

2008-06-10 Thread Jerry Johns
For both streams to be synchronized, u need to ensure that you set the presentationTime for each packet of either audio or video - that is the only way a receiver can synchronize what otherwise would seem to be asynchronously transmitted streams. This can be done by getting it from the input stream

Re: [Live-devel] streaming video and audio via RTSP

2008-06-10 Thread Mike Gilorma
Ok, so I got it working somewhat. I can play the stream using VLC (although it stops after 41 seconds for some reason). I found that Quicktime plays back the entire stream without any problems. However, with both players, the audio is no in sync with the video. Not sure why this is, I'm sure the

Re: [Live-devel] Problems with streaming live h264 video on TI da Vinci platform.

2008-06-10 Thread Ishwar . Jasuja
I ran into some strange timer manipulation problem while doing porting for TI NDK and had to make following change. #ifdef TIME_BASE typedef TIME_BASE time_base_seconds; #else typedef int time_base_seconds; #endif With the original code ( typedef long time_base_seconds;), it would do 8 bytes su

Re: [Live-devel] Problems with streaming live h264 video on TI da Vinci platform.

2008-06-10 Thread Mike Gilorma
I have one of those board here and was thinking about trying to port live555 over to it. Are you running Virtual Logix Linux or did you actually port it over to the DSP? If you can send me your test code or project I can help debug. On Tue, 2008-06-10 at 17:46 +0800, Amit Lobo wrote: > Hi All, >

[Live-devel] segfault in DelayQueue::removeEntry()

2008-06-10 Thread Paolo Prete
Hi, i'm "stressing" my application playing and stopping streams continously. After a lot of these actions i've got this segfault: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1224886592 (LWP 2385)] 0x080bde2d in DelayQueue::removeEntry (this=0x81b6274, entry=0xacd0fb

[Live-devel] Problems with streaming live h264 video on TI da Vinci platform.

2008-06-10 Thread Amit Lobo
Hi All, I am able to port and run Live555 on DSP/BIOS of EVM6437.The test I did is reading stored h264 video from a file. Now when I try to use live frames from the encoder I face problem after 1 sec of video play.I can see the first 1 sec video properly,but later after 1 sec it looks like someth