Re: [Live-devel] getting link time errors while building for arm.linux

2007-06-06 Thread Ross Finlayson
>I am getting lot of undefined reference errors when I am cross >compiling the code for arm architecture, following are some errors. I am >using uclibc >Tool chain. > >make[1]: Entering directory `/home/ravinder/rtsp/live_arm/testProgs' >arm-linux-gcc -otestMP3Streamer -L. testMP3Streamer.o >../li

[Live-devel] getting link time errors while building for arm.linux

2007-06-06 Thread singh, Ravinder
NumTruncatedBytes = 0; } fPresentationTime = presentationTime; fDurationInMicroseconds = durationInMicroseconds; } afterGetting(this); Would be very nice if you could help me finding my mistake... Thanks!

Re: [Live-devel] Problem Streaming MPEG4ES from buffer

2007-06-06 Thread Ross Finlayson
>Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; > micalg=sha1; boundary="ms02020904030702020306" > >Thanks for your reply, I changed my code. > >Nevertheless, enc_bytes did never exceed fMaxSize in my program >before and thus the problem still exist

Re: [Live-devel] SeqNo

2007-06-06 Thread homocean
>>Is there any posibility to access this information (the sequence numbers >>that make up each frame) from mplayer without modifying any live source > > No. My goal is to optimize mplayer based on live for wlan streaming. But I am not allowed to modify the live library. If I do not have access to

[Live-devel] Problem Streaming MPEG4ES from buffer

2007-06-06 Thread Julian Lamberty
Thanks for your reply, I changed my code. Nevertheless, enc_bytes did never exceed fMaxSize in my program before and thus the problem still exists. VLC, which I use to play the stream, reports loads of errors regarding late pictures and damaged headers... :( Any more ideas? Thank you! Julian

Re: [Live-devel] Problem Streaming MPEG4ES from buffer

2007-06-06 Thread Ross Finlayson
>I use the following code to fill the buffer: > >enc_bytes = avcodec_encode_video(enc_codec_ctx, outbuf, fMaxSize, dec_frame); >if(enc_bytes >= 0) >{ >memcpy(fTo, outbuf, enc_bytes); > >if(enc_bytes > fMaxSize

Re: [Live-devel] PTS for Program Stream

2007-06-06 Thread Ross Finlayson
>We are using Live 555 streaming media server to stream MPEG 2 PS to >the set top box. > The server will stream audio and video on seperate ports for program >stream. > After receiving the streams on client side, how to calculate PTS? Are you using our software to develop y

[Live-devel] Problem Streaming MPEG4ES from buffer

2007-06-06 Thread Julian Lamberty
Hi Severin! How did you do that, I'm trying exactly the same. But when I use MPEG4VideoStreamFramer instead of the discrete one I get errors that say: StreamParser::afterGettingBytes() warning: read 23329 bytes; expected no more than 10026 MultiFramedRTPSink::afterGettingFrame1(): The input f

Re: [Live-devel] Problem Streaming MPEG4ES from buffer

2007-06-06 Thread Severin Schoepke
Hi Julian, I can stream ffmpeg encoded MPEG4 buffers using an MPEG4VideoStreamFramer perfectly well. I suppose you try that! cheers, Severin Julian Lamberty schrieb: > Do I have to use "MPEG4VideoStreamFramer" instead as the test program > does? __

[Live-devel] Problem Streaming MPEG4ES from buffer

2007-06-06 Thread Julian Lamberty
If I dump the stream at the receiver with openRTSP I also get a corrupted stream, so it's not a problem with the player I'm using (VLC with live555 support). smime.p7s Description: S/MIME Cryptographic Signature ___ live-devel mailing list live-devel@

[Live-devel] Problem Streaming MPEG4ES from buffer

2007-06-06 Thread Julian Lamberty
Hi! I've a ffmpeg code that writes MPEG4 frames into a buffer. I want to stream these frames over RTP/RTSP. At the moment I pass the buffer to an "MPEG4VideoStreamDiscreteFramer" that sends it to an "MPEG4ESVideoRTPSink". But the stream I receive is totally corrupted. Using wireshark I can see

[Live-devel] PTS for Program Stream

2007-06-06 Thread Vinod Madhav Joshi
Hi all, We are using Live 555 streaming media server to stream MPEG 2 PS to the set top box. The server will stream audio and video on seperate ports for program stream. After receiving the streams on client side, how to calculate PTS? Whether we have to use RTP tim

[Live-devel] RTSP client application

2007-06-06 Thread mayank agarwal
Hello all, I am new to RTSP and streaming.I have downloaded the freely available RTSP streaming code from live555.com site and trying to understand it.My aim is to develop the RTSP client application using the files and libraries already given in the code. Please guide me how should i proceed and

Re: [Live-devel] multiple audio stream w/Live555 Media Server

2007-06-06 Thread Ken Hilliard
thx Ross. I was also able to verify this by using the VLC client in place of my STB and it played all the audio tracks with no problem. On 6/6/07, Ross Finlayson <[EMAIL PROTECTED]> wrote: >I downloaded and installed the Linux version of live555MediaServer >into a directory on Ubuntu. I copied

[Live-devel] how to stream H.264 via RTP

2007-06-06 Thread aditya gupta
  hi, I am able to stream MPEG1/2 videos through RTP using testMPEG1or2VideoStreamer program(testprogs) .. but i want to stream H.264 videos through RTP. I read http://www.live555.com/liveMedia/faq.html#h264-streaming but not able to understand it completely. Can any one tell how to do t

[Live-devel] how to stream H.264 via RTP

2007-06-06 Thread aditya gupta
  hi, I am able to stream MPEG1/2 videos through RTP using testMPEG1or2VideoStreamer program(testprogs) .. but i want to stream H.264 videos through RTP. I read http://www.live555.com/liveMedia/faq.html#h264-streaming but not able to understand it completely. Can any one tell how to do t

Re: [Live-devel] multiple audio stream w/Live555 Media Server

2007-06-06 Thread Ross Finlayson
>I downloaded and installed the Linux version of live555MediaServer >into a directory on Ubuntu. I copied my mpegts files in that >directory and started streaming videos with a single audio track via >an Amino 125 STB. The video was h.264 and the audio aac. I used the >Amino's javascript play f

[Live-devel] multiple audio stream w/Live555 Media Server

2007-06-06 Thread Ken Hilliard
I downloaded and installed the Linux version of live555MediaServer into a directory on Ubuntu. I copied my mpegts files in that directory and started streaming videos with a single audio track via an Amino 125 STB. The video was h.264 and the audio aac. I used the Amino's javascript play function

Re: [Live-devel] how to use live555 as a RTP server

2007-06-06 Thread Ross Finlayson
>Can any one tell me how to use live555MediaServer to transmit the >media file through RTP (i.e without using any RTSP messages ) . The "live555MediaServer" can't do this; it's a RTSP server. However, you should look at the various demo applications in the "testProgs" directory (in the "LIVE555