How can I play an RTP video stream on web browser? - streaming

I have an incoming RTP stream that I want to render in a web browser. What are the current chances to do this?

Silverlight player - checkout this code:https://github.com/kaltura/chromeless-silverlight
in this player we have mutlicast player that play RTP streams from wowza streaming server.
https://github.com/kaltura/chromeless-silverlight/blob/master/Player/MulticastPlayer.cs

Related

Issue in streaming audio with PeerJS

I have a problem with PeerJS and audio. In particular, I use the stream coming from mediaDevices (both audio and video). In the transmitter page I can see the stream with both audio and video tracks. Instead in the receiver page I can see only the video, and the stream doesn't contain the audio track. What could be problem?
I'm working on Windows 11 with Edge browser, both transmitter and receiver websites are in the same network and I access them through ip.
Thank you!

Does ExoPlayer or AVFoundation work with an udpxy stream?

I'm building a frontend for a proprietary IPTV backend, which receives its channel streams via multicast, then for the end users it uses udpxy to convert the traffic from multicast to HTTP. However, neither ExoPlayer or AVFoundation seem to accept this stream (both the VLC app & flutter_vlc_player play this stream nicely) - I'm using the video_player plugin for Flutter, so I may miss over some live stream specific impls. Can anyone point me in the right direction? Thanks!
Media information (VLC):
udpxy: udpxy 1.0-23.12 (prod) standard [Linux 5.10.0-10-amd64 x86_64], the output stream is application/octet-stream (maybe that can cause some problems?)

How to broadcast mp4 stream

I have mp4 stream available over HTTP to single client
How to broadcast it to multiple clients?
I can write code that will read MP4 stream over HTTP and copy to multiple clients.
But is there some initial frame, header in MP4 stream?
May be some framework or existing server can broadcast mp4 stream?
Use VLC, it has nice streaming possibilities (VLC is for Video Lan Client, by the way).
Just fire up VLC, go to File->Stream..., select the source you want to distribute, choose e.g. http as method, transcode (or don't), and select the port to listen on. From there on, your clients can connect :)

HLS Streaming media player for iPhone4

I am looking for a good HLS streaming media player for my iPhone-4.
I have developed one sample Http live media streaming server which stream MPEG2/TS transport stream and i want to test this server on iPhone4. For this i want one MPEG2/TS stream player. Where i will provide name of my HLS server and it will request playlist and then will play it accordingly.
Does anyone know simple HLS player for iPhone4.
Thanks.
The built-in media player in iOS (from 3.0) supports HLS.
You can type the m3u8 path in safari address bar and it will play it.

RTSP Streaming Servers to broadcast receiving RTP packets from other system

I am developing a live video streaming application on Nokia N97. I have video and audio buffer in H.263 and AMR format respectively (from live camera source) and want to stream these to some sever that can broadcast it with RTSP. That RTSP broadcast server will be on internet. I need to know which RTSP servers can do this job that can receive audio and video streams in some format (like RTP) as input and broadcast it with RTSP.
Thanks for any idea and suggestions.
Jawad
Darwin can easily do it.
http://dss.macosforge.org/