- Code: Select all
http://<user name>:<password>@<server address>:<base streaming port>/mobile/?command=get_playlist_m3u
To receive a list of all Recorded TV files in a form of m3u file the following http command can be used:
- Code: Select all
http://<user name>:<password>@<server address>:<base streaming port>/mobile/?command=get_recordedtv_m3u
for example:
- Code: Select all
http://user:admin@192.168.1.8:8080/mobile/?command=get_playlist_m3u
- Code: Select all
http://user:admin@192.168.1.8:8080/mobile/?command=get_recordedtv_m3u
The resulting m3u file can be used then in VLC player or in other hardware/software media players that can receive stream using m3u file.