>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
NumTruncatedBytes = 0;
}
fPresentationTime = presentationTime;
fDurationInMicroseconds = durationInMicroseconds;
}
afterGetting(this);
Would be very nice if you could help me finding my mistake...
Thanks!
>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
>>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
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
>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
>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
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
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?
__
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@
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
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
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
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
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
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
>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
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
>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
19 matches
Mail list logo