Romain Bouqueau

Results 154 comments of Romain Bouqueau

Thank you. Almost there: ``` > rm -rf outcoming/* incoming/* && gpac httpout:rdirs=outcoming:wdir=incoming:port=8080 > gpac avgen reframer:rt=on c=aac c=avc -r -o http://127.0.0.1:8080/live.mpd:hmode=push:rdirs=/tmp/tmp/dash:dmode=dynamic:segdur=2 > gpac -play http://127.0.0.1:8080/live.mpd #or curl etc. for...

It makes no difference.

Yes it works with other HTTP servers (I could not make it work with yours -see below- but with another). I do think there is an issue with GPAC's httpout...

I've just tested and what is weird is that the dasher seems ok (```dasher: PDID1 AS#1.1(A) done (72 segs) AS#2.1(V) seg #71 0.36s (36.00 %) / MPD 70.28s 68 %```)...

Any ;) See [attachment](https://github.com/gpac/gpac/files/15420961/nhml_rfadts.zip) (the last one seems missing too from the NHML !). There are 3 samples with the CueStart property set to true/false/true. Without rfadts: ``` $ gpac...

That's a generic drawing. If you want to know which GPAC filters are instantiated, run your command-line with the ```-graph``` option. This will display the filters being actually loaded. (You...

Your command-line asks for 10s segments, a MPD refresh every 6s and a time-shift buffer depth of 5s. The units may not be the one you expected.

I've tried to reproduce to no avail: ``` $ gpac avgen:dur=2 @#video c=avc -o v.mp $ MP4Box -dash 2000 -dash-ctx context.txt -rap -profile dashavc264:live \ -mpd-refresh 10 -dynamic -bs-switching no...

I can understand how frustrating unresolved issues can be. Please continue to open as many issues as needed. As you can notice GPAC has only 36 opened issues. It shows...