He encontrado un proyecto que transforma las tramas UDP a RTSP. (link proyecto)
Probado y montado en una Raspberry Pi con la versión 0.2.4. Pongo un enlace de descarga en caso de no estar disponible en la página del proyecto (descarga v.0.2.4).
Quick Start
- Download the source.
- Compile it with GNU make and GCC. This should produce a binary named iptv2rtsp-proxy.
- You can copy the binary to any suitable place or keep it with source for testing.
-
Run server with
$ ./iptv2rtsp-proxy -f -s <YOUR_IP> -l <LISTEN_PORT>
for example:
$ ./iptv2rtsp-proxy -f -s 192.168.10.10 -l 5555
-
Connect by opening an url in your media player:
rtsp://<SERVER_IP>:<LISTEN_PORT>/iptv/<MCAST_GROUP>/<UDP_PORT>
for example:
rtsp://192.168.0.1:5555/iptv/224.50.50.50/1234
or
http://192.168.0.1:5555/iptv/224.50.50.50/1234
or
http://192.168.0.1:5555/udp/224.50.50.50:1234
how we Compile it with GNU make and GCC ?
ResponderEliminar