Alex R.

Results 21 comments of Alex R.

> Can you test with [15-rc3](https://lists.apache.org/thread/vzx1jm5gz2w1rtof4swlvrclng0xsq8q)? There have been some changes in code completion that might affect this. Thank you, I'll try after my working day. UPD. Just tested 15-rc3,...

Thank you for response. I have tested with latest GPAC, and nothing changed. Then I thoroughly checked my command-line params, and it seems I found the reason. It seems it...

Just found, that, if I rename new input segment to the same name, e.g. "input.mp4" - then it generates small manifests and it doesn't grow. But such manifest not works...

Managed it to work playlist through gpac: ``` gpac -i playlist.m3u -o live.mpd:profile=live:dmode=dynamic:sreg:stl ``` Is there option in ```MP4Box``` that makes "sreg" like in ```gpac```?

This worked out partially. ``` MP4Box -dash 10000 -dash-ctx ./stream/context.txt -rap -profile live -mpd-refresh 5 -bs-switching no -segment-timeline -url-template -min-buffer 1000 -time-shift 1800 input.mp4#video -dynamic -out ./stream/stream.mpd:sreg ``` It works!...

`gpac` with dynamic playlist also doesn't work properly. It just hangs when m3u file updated from outside. Honestly , I have tested this tool during this year in different flavours...

Thank you guys for your work, anyways, it is impressive and outstanding. Its's sad that it doesn't suits my needs fully. Actually, at this moment, it works somehow, with growing...

It would be great at least to have a comment about confirmation or disproval of that bug from @jeanlf .

I wrote a simple script for reproduce. Before launch please download attached files (seg_000.mp4....seg_004.mp4) and run: ``` #!/bin/bash if [ ! -d "stream" ]; then mkdir stream fi for i...