Code: Select all
http://1080000C.local:5004/auto/v10.1?duration=120
Replace "v10.1" with the desired virtual channel.
Replace "duration=120" with the desired duration in seconds.
A physical channel can be specified by using "ch35p0p1" instead of "v10.1", in this example tuning channel 35 with PLPs 0 and 1.
ATSC 3.0 DEV models:
Code: Select all
http://1080000C.local:5004/auto/v10.1?duration=120&format=dash-tar
j288: ALP frames carried by TS frames using J288 encoding (full mux).
alp-pcap: Pcap packet capture of ALP frames (full mux).
ipv4-pcap: Pcap packet capture of IPv4 frames (full mux).
dash-tar: TAR archive containing DASH segments (selected virtual channel).
If the stream is in MMTP format and dash-tar format is specified the MMTP data is converted into DASH format.
wget
Code: Select all
wget "http://1080000C.local:5004/auto/v10.1?duration=120&format=dash-tar" -O v10.0.tar
Code: Select all
curl "http://1080000C.local:5004/auto/v10.1?duration=120&format=dash-tar" -o v10.0.tar