Hi,
Software RTSP server / Hardware RTP streamer:
I had worked on a similar setup. Streaming server cross compiled,
running on ARM target and client running on Windows-XP (SP2)host.
I am not completely sure what do you mean by Hardware RTP streamer. In
my case it was a binary executable that us
Sorry.Small correction.
Its not multiframedsink and multiframedsource.
The server sink (for h264) implements multiframedrtpsink and the
source(on the client) implements multiframedrtpsource(for aac).
From: Manju TN
Sent: Wednesday, March 12, 2008 6:05 PM
To
.com
- Original Message -
From: Manju TN <mailto:[EMAIL PROTECTED]>
To: LIVE555 Streaming Media - development & use
<mailto:[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2008 5:20 PM
Subject: [Live-devel] streaming event rela
Hi,
I have an rtsp server that streams audio and video (h264/aac). The
client that receives and sends the data to decoders.
At times I want to stream some event related info ( text data).
Please let me know the approach.
Do I need to create new sink(on server) and source(client) ?
I am not an exp
You mean to say that during custom events (that takes place in my
streaming server side),send an RTCP packet with fTypeOfEvent set to a
partcular value(by defining one more event) and check for the same on
the receiver(client) ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PRO
Thanks for your reply.
I am planning to define new rtp payload. The analytics information is
niether audio nor video but could be some binary data or text string ...
this is still undecided. Since the data wont be a standard audio or
video, I am planning to define new rtppayload (in the range bet
Hi,
My need is to stream the rtp packets that possess analysis
information.This should happen only during some events on the source
side.
For that this is my approach:
- create a new rtppayloadtype
- create a new rtpsink to this payload type
- create new subsession
I am not aware as to mini