You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How is this suppose to work? It dumps the entire M3U8, every time there is new content. Not appending anything. Player gets stuck. What is the point of this script?? Useless.
root@vps:~/viblast/hls-proxy-master# ./start-proxy.sh "http://XXX.XXX.XXX.XXX:8000/[email protected]&password=@user&type=m3u&output=mpegts" -o . -d
Getting playlist from http://XXX.XXX.XXX.XXX:8000/[email protected]&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/[email protected]&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
The text was updated successfully, but these errors were encountered: