-
Notifications
You must be signed in to change notification settings - Fork 49
Description
root@vps:~/viblast/hls-proxy-master# ./start-proxy.sh "http://XXX.XXX.XXX.XXX:8000/get.php?username=user@gmail.com&password=@user&type=m3u&output=mpegts" -o . -d
Getting playlist from http://XXX.XXX.XXX.XXX:8000/get.php?username=user@gmail.com&password=@user&type=m3u&output=mpegts
Processing a new request from the queue
Body read
Reading body
Getting fragment from
http://XXX.XXX.XXX.XXX:8000/live/user/user/71.ts
Processing a new request from the queue
Getting fragment from
http://XXX.XXX.XXX.XXX:8000/live/user/user/72.ts
Getting fragment from
http://XXX.XXX.XXX.XXX:8000/live/user/user/49.ts
Stopping playlist generation on itemFilename= ./stream0.ts
cwd= /root/viblast/hls-proxy-master writing file ./stream.m3u8
Getting playlist from http://XXX.XXX.XXX.XXX:8000/get.php?username=user@gmail.com&password=@user&type=m3u&output=mpegts
Body read
Reading body
And I open new window of terminal(console) and content of directory is:
-rw-r--r-- 1 root root 19 jul 11 17:34 .gitignore
-rwxr-xr-x 1 root root 24K jul 11 17:34 hlsproxy.py
-rw-r--r-- 1 root root 1,1K jul 11 17:34 LICENSE
-rw-r--r-- 1 root root 1,9K jul 11 17:34 README.md
-rwxr-xr-x 1 root root 385 jul 11 17:34 start-proxy.sh
-rw-r--r-- 1 root root 74 ago 2 23:56 stream.m3u8
drwxr-xr-x 5 root root 4,0K ago 2 23:06 Twisted-13.2.0
and content of stream.m3u8 is:
root@vps:~/viblast/hls-proxy-master# cat stream.m3u8
EXTM3U
EXT-X-VERSION:0
EXT-X-TARGETDURATION:0
EXT-X-MEDIA-SEQUENCE:0
Can you help me¿ why dont download¿ why is empty stream.m3u8?
Thanks