nilaoda / N_m3u8DL-RE

Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM. English/简体中文/繁體中文.
MIT License
3.86k stars 407 forks source link

Pipe is broken #250

Open fremzuck opened 11 months ago

fremzuck commented 11 months ago

Screenshot 2023-08-11 041758

My command is "m3u8" --use-shaka-packager --live-keep-segments false --live-pipe-mux true --custom-hls-key cfcfb76a62362261d1c3f10dcada9abb --mp4-real-time-decryption --live-real-time-merge true --save-name xxxx

My pipe options set RE_LIVE_PIPE_OPTIONS="-vcodec copy -acodec copy -f flv rtmp://xxxx"

Video and Audio i can play but can't stream to rtmp server but i try change flv to mpegts it work but rtmp not support mpegts. What should I do to be able to stream to the rtmp server using -f flv ?

I think it's because of [0x102]: Data, timed_id3 (ID3 ) but I don't know how to remove it because mpd doesn't have this problem for me.

nilaoda commented 11 months ago

edit your RE_LIVE_PIPE_OPTIONS

try add -dn to avoid data stream

fremzuck commented 11 months ago

edit your RE_LIVE_PIPE_OPTIONS

try add -dn to avoid data stream

I try added before -vcodec not work. I try again before -f flv not work.

misajimenezmx commented 2 months ago

same issue any update ?