The user private data streams are as described in ITU-T Rec 222.0,
Annex H, bullet item 3, "second possibility", "private data within
PES packets under the stream_type Table 2-34" as private_stream_1.
These are carried under their own PID as a separate elementary
stream in the multiplex.
From
I am using Live555 Media Server for playing media files on mobiles .
I want to use text overlay . like some text message should scroll and
files should also play .
I need some guidance on this .
First, I need to ask: Which RTP payload format(s) does your RTP
client software (i.e., running on
I'm using liveMedia with vlc to capture a mp4 rtsp stream to disk.
I'd like to create a jpeg of the most recent frame every second or
so out of this stream (which is running about 30 fps), could this be
done easily?
No, not without writing code that decodes each MPEG-4 video frame,
and then r
Thank you Ross now it's working. I have one more little question,
where do you think it's better to put the function that protect the
data. I think inside the afterGettingFrame1 function, am i right?
Yes.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
Does live555 support sending (streaming) the hint tracks to a helix server?
No. "hint tracks" are an Apple-specific hack used only by Apple's
'Darwin Streaming Server'.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel ma
I know the variable fCurPacketHasBeenSynchronizedUsingRTCP in
MultiFramedRTPSource.cpp has this information present in it, but how
do I access it from the sink classes (i.e FileSink, etc)
1/ Call "MediaSink::source()" to get the sink's source object (as a
(FramedSource*)).
2/ Cast this to a (R
Hi Ross,
I am using Live555 Media Server for playing media files on mobiles .
I want to use text overlay . like some text message should scroll and
files should also play .
I need some guidance on this .
Thanks in Advance .
Thanks and Regards
Rajesh Kumar
Sr. Software Engineer
R & D - Network
Hi all,
I am new to this RTSP project , which i am assigned to do the project on
the RTSP ..
I have start with the simple client server code .. so please help me in
doing so .
--
With regards
Prasad
___
live-devel mailing list
live-devel@lists
Hello,
I'm designing a playback application in Linux that plays back
H.264 encoded video and uncompressed PCM audio to a screen in real-time
as a RTP Client - I'm noticing that the presentation times I receive as
a client often jump erratically until synchronization kicks in - since
its i
We have Mpeg-2 Transport Streams which contain video, audio, and user
private data (PES packets containing private data stream_type=6) under
their own PID. This data contains camera geospatial positioning and
pointing data and conforms to an NGA/MISB standard.
What exactly do you mean by "pri
On Tue, 2008-06-03 at 08:01 -0700, Ross Finlayson wrote:
>
> Are you sure that - in your code - the "mpegVersion" parameter is 4
> when "MPEG2TransportStreamMultiplexor::handleNewBuffer()" gets called?
>
> The problem may be that the current Transport Stream multiplexing
> (i.e., construction)
Does live555 support sending (streaming) the hint tracks to a helix
server? Or will it just do audio and video tracks only?
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
I'm using liveMedia with vlc to capture a mp4 rtsp stream to disk. I'd like
to create a jpeg of the most recent frame every second or so out of this
stream (which is running about 30 fps), could this be done easily?
Thanks,
Luke
___
live-devel mailing
Thanks A lot.
One thing I am curious to know why the FileSink method is slow. Like
"/openRTSP -v" method, "/openRTSP -c" method is putting into a file instead
of stdout. Is there anything different thing is happening for "/openRTSP -c"
.
Your answer will be greatly helpful for me.
Thanks
MANAS
In data 16 giugno 2008 alle ore 14:10:32, Ross Finlayson
<[EMAIL PROTECTED]> ha scritto:
void ProtectionFilter::afterGettingFrame1(unsigned frameSize, struct
timeval presentationTime)
{
afterGetting(this);
}
All subclasses of "FrameSource" - when implementing the
"doGetNextFrame(
Hi,
I am taking the FileSink output video frames (this is run by
./openRTSP -c rtsp//url ) and piping it to my decoder. But I am find
ing it is very
slow.
Can anybody tell me from which point of the (openRTSP) programme , I
ahave to pipe the frames. What command options I have to use.
???
Y
void ProtectionFilter::afterGettingFrame1(unsigned frameSize, struct
timeval presentationTime)
{
afterGetting(this);
}
All subclasses of "FrameSource" - when implementing the
"doGetNextFrame()" virtual function - must set "fFrameSize". You
should also set "fPresentationTime".
There
Hi,
I am taking the FileSink output video frames (this is run by ./openRTSP -c
rtsp//url ) and piping it to my decoder. But I am find ing it is very
slow.
Can anybody tell me from which point of the (openRTSP) programme , I ahave
to pipe the frames. What command options I have to use.
As Ross told
Hello, i am trying to subclass the FramedFilter to do my own
ProtectionFilter. I take like example the MPEG2TransportStreamFramer
because it seems to me the easiest of all the filter class. The first
thing i need to do is simply pass the data from my ProtectionFilter to a
FileSink without a
19 matches
Mail list logo