0
votes
1answer
60 views
Streaming via RTSP or RTP in HTML5
I'm building a web app that should play back an RTSP/RTP stream from a server (http://lscube.org/projects/feng).
Does the HTML5 video/audio tag support the rtsp or rtp? If not, what would the easiest …
0
votes
0answers
16 views
Synced audio stream from Linux (pulse) to Windows [closed]
Technical problems give me OCD. Synced audio stream from Linux (pulse) to Windows. Please someone give me the answer so I can get over it
Pulse looks like its good to go with creating such a stream. …
0
votes
2answers
90 views
WEB based application with desktop integration - technologies?
This is a general question concerning technology decisions for a product development.
My aim is to develop a web based remote support (desktop sharing application) with audio and video communication. …
0
votes
1answer
19 views
Is RTP suitable for delivery of data files to multiple recipients?
I have a need to transfer files from a single, centralized source to a several hundred client machines. We currently use UDPCast to do this sort of thing, but are looking for more of a standards …
0
votes
3answers
84 views
Open source RTP mixer/translator exe or sdk
Hi I need opens source (win 32) sdk or free server with signaling protocol, which implements RTP translator or mixer. e.g receives RTP traffic from one connection and transmits it on the other. Does …
0
votes
4answers
409 views
Best C++ RTP/RTSP library
Hello
I'm looking for a RTP/RTSP library in C++. I found pjsip but it is more C-style. I'm looking for more OO library.
Thanks
1
vote
4answers
292 views
How to start RTP stream inside a SIP/SDP call
I've managed to set up a SIP call using the JAIN-SIP API for Java.
Now I would like to stream some video once a dialog has been established. I've read that this is possible with SDP and RTP, and I've …
1
vote
2answers
112 views
RTP sequence extract
A RTP packet consists of a 12-byte RTP header and
subsequent RTP payload
The 3rd and 4th byte of the header contain the
Most-Significant-Byte and Least-Significant-Byte of
the sequence number of the …
2
votes
4answers
787 views
simple rtsp broadcast example source
Hi,
I want to broadcast the screen (not a static screen) of my program using rtsp/rtp since this way a mobile phone (at least the more recent ones) can view the stream.
I'm looking for a simple …
0
votes
2answers
113 views
Java and RTP - related experiences
Hi,
I'm trying to collect some experiences about using a Java library to stream RTP.
In your experience, which is the most suitable library for this task?
I am currently evaluating: JMF, FMJ, jrtp, …
0
votes
3answers
577 views
How to create a stream of jpegs(live) in c++ or c# or java? RTSP?
I am building a server sided html rendering browser that renders html and sends jpegs to the mobile client. I need to figure out how to build a server that grabs jpegs and streams them in a session to …
1
vote
1answer
517 views
Sending RTP using Java
What would be the best way to send/receive audio data over RTP using Java? I have read a little about JMF, but it seems to be out of date. Are there are other viable alternatives.
0
votes
3answers
119 views
What is the best way to develop a screensharing/presenting app in java or c++ using RTP?
I am trying to build a server sided HTML rendering based browser much like skyfire. I am evaluating the technologies that I would need to build this. When a user types in a www.yahoo.com on the client …
1
vote
3answers
667 views
JMF and RTP Protocol
Hello everyone.
I am doing a project which consists of a video-conference system in Java and using the RTP protocol.
The problem is that I can not pass the stream to the clients, that I capture in …
4
votes
9answers
2k views
Why Does RTP use UDP instead of TCP?
I wanted to know why UDP is used in RTP rather than TCP ?. Major VoIP Tools used only UDP as i hacked some of the VoIP OSS.
