issue_owner_repo
listlengths 2
2
| issue_body
stringlengths 0
261k
⌀ | issue_title
stringlengths 1
925
| issue_comments_url
stringlengths 56
81
| issue_comments_count
int64 0
2.5k
| issue_created_at
stringlengths 20
20
| issue_updated_at
stringlengths 20
20
| issue_html_url
stringlengths 37
62
| issue_github_id
int64 387k
2.46B
| issue_number
int64 1
127k
|
---|---|---|---|---|---|---|---|---|---|
[
"gpac",
"gpac"
] |
If I try to -cat mp4 files, it works fine:
`$ MP4Box -new -cat cam1-2017-04-03-00-03-45.mp4 good_file.mp4`
`Appending file cam1-2017-04-03-00-03-45.mp4`
`No suitable destination track found - creating new one (type vide)`
`Saving good_file.mp4: 0.500 secs Interleaving`
But if i try to -cat files with :dur option, it produce broken result:
`$ MP4Box -new -cat cam1-2017-04-03-00-03-45.mp4:dur=60 broken_file.mp4`
`IsoMedia import cam1-2017-04-03-00-03-45.mp4 - track ID 1 - Video (size 1920 x 1080)`
`Appending file cam1-2017-04-03-00-03-45.mp4:dur=60)`
`No suitable destination track found - creating new one (type vide)`
`Saving broken_file.mp4: 0.500 secs Interleaving`
when i try to rewind such broken file in VLC, it show garbage image till next I-frame, and wrote to console:
[h264 @ 0x7f6330cb4cc0] reference picture missing during reorder
[h264 @ 0x7f6330cb4cc0] Missing reference picture
Also, avprobe -show_packets for good file show "flags=K" for I-frames and "flags=_" for other frames.
For broken files it show:
- "flags=_" for all frames, if file was created by MP4Box v. 0.6.1
- "flags=K" for all frames, if file was created by MP4Box v. 0.7.1
No any other difference between good and broken files in avprobe or mediainfo output (but normal file has a bit larger size).
|
Strange result when -cat files with :dur= option (missing reference)
|
https://api.github.com/repos/gpac/gpac/issues/826/comments
| 2 |
2017-05-06T19:25:29Z
|
2019-07-07T20:23:33Z
|
https://github.com/gpac/gpac/issues/826
| 226,797,280 | 826 |
[
"gpac",
"gpac"
] |
Very very nice. All PATH variables are replaced with just three gpac entries.

Just great, I'm not mad at all.
|
Installing gpac deleted all PATH variables
|
https://api.github.com/repos/gpac/gpac/issues/825/comments
| 7 |
2017-05-05T13:52:04Z
|
2018-06-13T11:37:47Z
|
https://github.com/gpac/gpac/issues/825
| 226,579,991 | 825 |
[
"gpac",
"gpac"
] |
Starting 0.7.0 MP4Box no longer producing MP4 files that could be played using reference dash.js player.
I see the same error when generating DASH with gpac 0.7.0, 0.7.1 and master (as of 05.05.2017):
# In javascript console
Video Element Error: MEDIA_ERR_SRC_NOT_SUPPORTED (0x80004005: IsInitSegmentPresent: Invalid Top-Level Box:tfra)
Command:
MP4Box -dash 4000 -rap -frag 4000 -frag-rap -profile dashavc264:onDemand -out my.mpd <list of 7 different MP4 files>
The same command produces working DASH playout using MP4Box from gpac version 0.6.1.
|
MP4Box generates not valid MP4 for DASH starting v.0.7.0
|
https://api.github.com/repos/gpac/gpac/issues/824/comments
| 26 |
2017-05-05T12:08:02Z
|
2017-06-19T11:14:25Z
|
https://github.com/gpac/gpac/issues/824
| 226,553,531 | 824 |
[
"gpac",
"gpac"
] |
When I import a HEVC file, the following information is lost:
Writing Library
Encoding settings
How can I keep this information? See screenshots....



|
Information lose
|
https://api.github.com/repos/gpac/gpac/issues/820/comments
| 11 |
2017-05-03T12:24:05Z
|
2017-05-04T17:20:09Z
|
https://github.com/gpac/gpac/issues/820
| 225,968,207 | 820 |
[
"gpac",
"gpac"
] |
The issue occurs on Windows 10 with the latest version (0.7.0) of MP4BOX. I'm using the following command:
mp4box -noprog
-set-meta face:tk=0 -set-xml <filename1.xml>:tk=0
-set-meta face:tk=2 -set-xml <filename2.xml>:tk=2
-set-meta face:tk=3 -set-xml <filename3.xml>:tk=3
-set-meta face:tk=4 -set-xml <filename4.xml>:tk=4
-out <tempFile> <outputFile>
When filename1 has more data than filename2, the write result is corrupted. Extra data is included in the CDATA chunk for filename2.xml which comes from filename1.xml (a portion of it is visible in the chunk immediately after the data from filename2.xml)
|
MP4BOX: Corrupted data when writing a smaller xml element following a larger xml element
|
https://api.github.com/repos/gpac/gpac/issues/819/comments
| 3 |
2017-05-02T21:04:35Z
|
2017-10-10T07:34:45Z
|
https://github.com/gpac/gpac/issues/819
| 225,821,038 | 819 |
[
"gpac",
"gpac"
] |
Hi,
With the help of **test-engine-live-tool**, we are doing Mpeg-Dash live stream packaging test. After some time the MP4Box packaging has been stopped by throwing below error
**Error:**
[0m[32m[DASH] Generating MPD at time 2017-04-30T20:51:10.540Z
[0m[32m[DASH] Current Period Duration: 1.01991e+10
[0mmv: cannot stat ` /test/stream6/live.mpd.tmp': No such file or directory
**[31m[DASH] Error moving file /test/stream6/live.mpd.tmp to /test/stream6/live.mpd: I/O Error**
[0m[32m[DASH] Current Period Duration: 1.01994e+10
[0mError DASHing file: I/O Error
Error while processing segments: 1
**Error DASHing file: I/O Error**
How to fix it ? what cause the error to be thrown ?
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
|
Error DASHing file: I/O Error
|
https://api.github.com/repos/gpac/gpac/issues/818/comments
| 10 |
2017-05-02T04:55:09Z
|
2019-06-28T22:00:32Z
|
https://github.com/gpac/gpac/issues/818
| 225,590,388 | 818 |
[
"gpac",
"gpac"
] |
I wasn't sure if this is the proper place for such a thing, but the website seemed to indicate this is a good place to add an idea for a feature. Please, forgive me if this is the wrong place.
When using -splitx we have the ability to indicate a split from a specified point to the end of the file:
(example: '-splitx 10:end')
My idea is to add the ability to specify a certain length to be excluded from the end of the file. In other words, to remove a certain number of seconds from the end of the file.
(example: '-splitx 10:end5' would remove 5 seconds from the end of an input file.)
Just a thought! :)
Cheers, and thanks for one of the most useful tools on the planet!
|
[MP4Box Feature Request] Remove "X" (seconds) from End of File
|
https://api.github.com/repos/gpac/gpac/issues/817/comments
| 3 |
2017-05-01T16:35:55Z
|
2020-08-26T07:13:14Z
|
https://github.com/gpac/gpac/issues/817
| 225,467,965 | 817 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [ ] I looked for a similar issue and couldn't find any.
- [ ] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [ ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
[Feature Request] Remove
|
https://api.github.com/repos/gpac/gpac/issues/816/comments
| 0 |
2017-05-01T16:27:44Z
|
2017-05-01T16:28:57Z
|
https://github.com/gpac/gpac/issues/816
| 225,466,339 | 816 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
There is a typo in Makefile [at line 115](https://github.com/gpac/gpac/blob/master/Makefile#L115) which prevents DashCast from installing on system.
|
Makefile typo
|
https://api.github.com/repos/gpac/gpac/issues/815/comments
| 1 |
2017-04-27T08:09:05Z
|
2017-04-27T11:37:04Z
|
https://github.com/gpac/gpac/issues/815
| 224,704,725 | 815 |
[
"gpac",
"gpac"
] |
There are plenty of places where the GF_4CC() macro is used while there is already a constant for that value. We should only have GF_4CC() in .h or the box registry.
|
Replace GF_4CC by using constants
|
https://api.github.com/repos/gpac/gpac/issues/814/comments
| 0 |
2017-04-26T12:33:39Z
|
2017-07-11T15:43:04Z
|
https://github.com/gpac/gpac/issues/814
| 224,452,100 | 814 |
[
"gpac",
"gpac"
] |
Dear GPAC team,
If I try to play the following DASH stream (please see commandline), mp4client is stuck at 49/100 buffering and never gets to display the first frame. GPAC version is GPAC/0.7.0-rev4-gb6f0157-master, downloaded as nightly Windows 64-bit build.
NOTE: Reducing BufferLength from 3000 to 500 in [Network] gets the first stream below to play a little bit, and then it gets stuck as well.
File plays back locally (as MP4).
Command line is as follows:
[1] - Single 8 Mbit/s stream:
mp4client.exe -log-file mp4client.log -logs all@info http://46.4.123.44:8080/DASH/8mbps_multitile/multitile4x4_UHD_8Mbps.mpd
[2] - Two streams, 8 Mbit/s and 3 Mbit/s, with switching:
mp4client.exe -log-file mp4client.log -logs all@info http://46.4.123.44:8080/DASH/8mbps_3mbps_multitile/multitile4x4_UHD_8Mbps_3Mbps.mpd
Log file is attached (for BufferLength = 3000).
The DASH stream has been also created with the same version of GPAC, command line as follows:
Mux:: MP4Box.exe -v -add stream.hevc:FMT=HEVC:split_tiles -fps 30 -new video1.mp4
DASH: MP4Box.exe -dash 1000 -rap -frag 1000 -frag-rap -bs-switching inband -url-template -out I:\apache24\htdocs\multitile4x4_UHD_8Mbps_3Mbps.mpd audio.m4a video1.mp4 video2.mp4
Any help is appreciated!
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [YES ] I looked for a similar issue and couldn't find any.
- [YES ] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [YES ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
DASH streaming, stuck at Buffer 49/100
|
https://api.github.com/repos/gpac/gpac/issues/813/comments
| 1 |
2017-04-26T11:05:12Z
|
2019-07-01T18:27:56Z
|
https://github.com/gpac/gpac/issues/813
| 224,429,342 | 813 |
[
"gpac",
"gpac"
] |
i work with the following version of MP4Box:
MP4Box - GPAC version 0.5.1-DEV-rev5290M
The following issue with MP4Box is observed when input mp4-file contains AVC/H.264 video with different SPS (i.e. some SPS in mdat-box differ from that specified in AVCc).
To reproduce the issue i uploaded a small video excerpt in format m4:
https://app.box.com/s/34170boalfl1eo63mcmll5u5gnn5pat3
The nal layout in the mp4 file is correct and the file itself is compliant:
Nal aud (9 ), refIdc 0, offset a0, size 2 (dec 2)
Nal sps (7 ), refIdc 3, offset a6, size 22 (dec 34)
Nal pps (8 ), refIdc 3, offset cc, size 4 (dec 4)
Nal sei (6 ), refIdc 0, offset d4, size a (dec 10)
Nal sei (6 ), refIdc 0, offset e2, size 5a (dec 90)
Nal sei (6 ), refIdc 0, offset 140, size 7 (dec 7)
Nal idr (5 ), refIdc 3, offset 14b, size 36 (dec 54)
Nal aud (9 ), refIdc 0, offset 2c0, size 2 (dec 2)
Nal sei (6 ), refIdc 0, offset 2c6, size 5a (dec 90)
Nal sei (6 ), refIdc 0, offset 324, size 7 (dec 7)
Nal slice (1 ), refIdc 2, offset 32f, size 9 (dec 9)
Nal aud (9 ), refIdc 0, offset 479, size 2 (dec 2)
Nal sei (6 ), refIdc 0, offset 47f, size 5a (dec 90)
Nal sei (6 ), refIdc 0, offset 4dd, size 7 (dec 7)
Nal slice (1 ), refIdc 0, offset 4e8, size 9 (dec 9)
....
However, upon extraction of h264 elementary stream by the following command:
MP4Box -raw 1 bigbang.mp4 -out es.h264
For the very first video frame the access unit delimiter (AUD) is not the first NAL as required by the standard. The nal layout in the extracted stream:
Frame #0
nal 7 (sps)
nal 8 (pps)
nal 9 (aud)
nal 7 (sps)
nal 8 (pps)
nal 6 (sei)
nal 6 (sei)
nal 6 (sei)
nal 5 (idr)
Frame #1
nal 9 (aud)
nal 6 (sei)
nal 6 (sei)
nal 1 (pb-frame)
...
So, MP4Box misplaces AUD for the first frame, AUD must be the first NAL.
|
Access Unit Delimiter is misplaced after h264 elementary setream extraction
|
https://api.github.com/repos/gpac/gpac/issues/812/comments
| 1 |
2017-04-26T10:34:19Z
|
2019-06-28T21:55:34Z
|
https://github.com/gpac/gpac/issues/812
| 224,420,970 | 812 |
[
"gpac",
"gpac"
] |
If I am trying to 'dash' some (short - 20s) audio & video tracks with a (long - 42 minutes) webvtt MP4 file. MP4Box does not every seem to finish. Aborted after 15 minutes or so.
Full test data uploaded to mediafire. OS/X 10.12.4.
```
spencer@Taklamakan:Test$ MP4Box -version
MP4Box - GPAC version 0.7.0-rev4-gb6f0157aa-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration:
Features: GPAC_64_BITS GPAC_HAS_SPIDERMONKEY GPAC_HAS_JPEG GPAC_HAS_PNG
```
Execution appears to get stuck at 99/100. I have uploaded my test data and some process capture using Activity Monitor.
```
spencer@Taklamakan:Test$ /usr/local/bin/MP4Box -dash 10000 -lang en-US -frag 1000 -rap -frag-rap -cprt 'Anhui GuangXing Linked-Video Communication Technology Co., Ltd' -subsegs-per-sidx 10 -out segs/Aruba.mpd -profile full -bs-switching multi -rap -frag-rap -segment-name %s -url-template segs/Aruba_h265_1080p.mp4#video segs/Aruba_h265_720p.mp4#video segs/Aruba_h265_480p.mp4#video segs/Aruba_h264_1080p.mp4#video segs/Aruba_h264_720p.mp4#video segs/Aruba_h264_480p.mp4#video segs/Aruba_audio_1.m4a#audio segs/Aruba_audio_2.m4a#audio segs/Aruba_audio_3.m4a#audio segs/Aruba_subtitle.vtt.mp4:role=subtitle
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
[iso file] Unknown box type fiel
^CO File Fragmenting: |=================== | (99/100)
spencer@Taklamakan:Test$ tar czf bug.tar.gz segs
```
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [X ] I looked for a similar issue and couldn't find any.
- [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Unequal duration between audio/video and webvtt causes MP4Box to run forever?
|
https://api.github.com/repos/gpac/gpac/issues/810/comments
| 3 |
2017-04-24T21:08:16Z
|
2017-04-27T16:30:11Z
|
https://github.com/gpac/gpac/issues/810
| 223,951,645 | 810 |
[
"gpac",
"gpac"
] |
With 2 AC3 audio tracks, stereo & 5+1 in separate files, how can I create a MPD with an adaptation set that contains 2 representation that details the number of channels in each representation?
Each representation I expect should contain a <AudioChannelConfiguration> which specifies the number of channels in each stream. My attempts so far has only generated an AdaptationSet which contains one <AudioChannelConfiguration> above the 2 <Representation> that claims both audio tracks only has 2 channels.
Currently, I get this MPD which looses the number of channels (6) in Aruba_audio_1.m4a
```
<Period duration="PT0H0M20.114S">
<AdaptationSet segmentAlignment="true" bitstreamSwitching="true" lang="eng">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
<SegmentTemplate initialization="Aruba_init.mp4"/>
<Representation id="1" mimeType="audio/mp4" codecs="ac-3" audioSamplingRate="48000" startWithSAP="1" bandwidth="385238">
<SegmentTemplate timescale="48000" media="Aruba_audio_1_track1_$Number$.m4s" startNumber="1" duration="480000"/>
</Representation>
<Representation id="2" mimeType="audio/mp4" codecs="ac-3" audioSamplingRate="48000" startWithSAP="1" bandwidth="193269">
<SegmentTemplate timescale="48000" media="Aruba_audio_2_track1_$Number$.m4s" startNumber="1" duration="480000"/>
</Representation>
</AdaptationSet>
</Period>
```
mediainfo gives the following metadata for the 2 tracks.
```
spencer@Taklamakan:Test$ mediainfo segs/Aruba_audio_1.m4a
General
Complete name : segs/Aruba_audio_1.m4a
Format : MPEG-4
Format profile : Apple audio with iTunes info
Codec ID : M4A (isom/iso2/M4A /mp42)
File size : 941 KiB
Duration : 20 s 91 ms
Overall bit rate mode : Constant
Overall bit rate : 384 kb/s
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 1904-01-01 00:00:00
Writing application : Lavf57.71.100
Audio
ID : 1
Format : AC-3
Format/Info : Audio Coding 3
Format settings, Endianness : Big
Codec ID : ac-3
Duration : 20 s 91 ms
Source duration : 20 s 64 ms
Bit rate mode : Constant
Bit rate : 384 kb/s
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 spf)
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 942 KiB
Source stream size : 940 KiB (100%)
Language : English
Service kind : Complete Main
Default : Yes
Alternate group : 1
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 2017-04-24 18:00:31
```
and
```
spencer@Taklamakan:Test$ mediainfo segs/Aruba_audio_2.m4a
General
Complete name : segs/Aruba_audio_2.m4a
Format : MPEG-4
Format profile : Apple audio with iTunes info
Codec ID : M4A (isom/iso2/M4A /mp42)
File size : 472 KiB
Duration : 20 s 114 ms
Overall bit rate mode : Constant
Overall bit rate : 192 kb/s
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 1904-01-01 00:00:00
Writing application : Lavf57.71.100
Audio
ID : 1
Format : AC-3
Format/Info : Audio Coding 3
Format settings, Endianness : Big
Codec ID : ac-3
Duration : 20 s 114 ms
Source duration : 20 s 96 ms
Bit rate mode : Constant
Bit rate : 192 kb/s
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 spf)
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 472 KiB (100%)
Source stream size : 471 KiB (100%)
Language : English
Service kind : Complete Main
Default : Yes
Alternate group : 1
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 2017-04-24 18:00:31
```
|
Configuring <AudioChannelConfiguration>
|
https://api.github.com/repos/gpac/gpac/issues/809/comments
| 3 |
2017-04-24T18:44:25Z
|
2017-04-25T14:12:10Z
|
https://github.com/gpac/gpac/issues/809
| 223,915,109 | 809 |
[
"gpac",
"gpac"
] |
I'm running the following command on a fragmented MP4 in an attempt to generate a DASH MPD manifest file that references the input files:
`MP4Box -dash 1000 -profile dashavc264:onDemand -out food_review.mpd food_review_low.mp4 food_review_med.mp4 food_review_high.mp4`
Instead I am getting three segmentation files ("food_review_low_dashinit.mp4", etc) generated for each input video which the mpd manifest file references.
Is it possible to use MP4Box in order to generate an MPD file that references the fragmented mp4 videos rather than creating seperate segments?
- ✅ I looked for a similar issue and couldn't find any.
- ✅ I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- ✅ I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Generating an MPD manifest from a fMP4 w/o generating segments
|
https://api.github.com/repos/gpac/gpac/issues/808/comments
| 9 |
2017-04-24T16:53:29Z
|
2024-01-30T07:17:33Z
|
https://github.com/gpac/gpac/issues/808
| 223,884,596 | 808 |
[
"gpac",
"gpac"
] |
Hi,
selur, a staxrip user and me (three different sample clips) noticed mov demuxing stopped working in recent builds.
Thanks
|
mov demuxing not working
|
https://api.github.com/repos/gpac/gpac/issues/806/comments
| 6 |
2017-04-22T08:18:09Z
|
2017-04-26T11:27:22Z
|
https://github.com/gpac/gpac/issues/806
| 223,549,275 | 806 |
[
"gpac",
"gpac"
] |
Hi,
We are creating MPEG-DASH live streams and testing playback for it's consistency. But after 72hours or so from the start of live stream packaging we are facing playback problem , that's because of 404 for audio segments.
Please have a look into below description and attached text file.. !
The MP4Box command we used to package is below
>
mp4box_opts: [
'-logs', 'all@error', '-log-file', 'mp4box.log', '-dash-ctx', path.join(defaultConfig.outputDir, 'dash-live.txt'),
'-dash', '4000', '-frag', '4000', '-rap', '-frag-rap', '-ast-offset', '0',
'-mpd-refresh', '4', '-bs-switching', 'no', '-min-buffer', '4000', '-url-template', '-time-shift', '60',
'-mpd-title', 'Evolution MPEG-DASH live stream', '-mpd-info-url', 'http://127.0.0.1:8080/',
'-segment-name', 'live_$RepresentationID$_', '-out', path.join(defaultConfig.outputDir, 'live'),
'-dynamic', '-subsegs-per-sidx', '-1'
]
>
On first day of execution, it is keeping 17 segments of audio and video in server and deleting older segments . Same segment numbers also maintained for both audio and video . .
After 48hours (2Days later), 17 segments of video file is maintained in server but 13files of audio segments is maintained, **It is deleting more audio files** . On what basis the segments are deleted ? Either it is based on number of files or based on segment duration ?
Please refer the attached text file.
[Mp4boxLiveproblem.txt](https://github.com/gpac/gpac/files/934164/Mp4boxLiveproblem.txt)
**As days goes on the number of audio files is getting reduced and while playing we are facing 404 (File Not Found ) for audio segment request**
Any help regarding this issue ? What we need to do overcome this issue ?
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Audio file deletion is not same as video file deletion
|
https://api.github.com/repos/gpac/gpac/issues/804/comments
| 2 |
2017-04-19T12:17:14Z
|
2017-07-28T12:30:14Z
|
https://github.com/gpac/gpac/issues/804
| 222,718,422 | 804 |
[
"gpac",
"gpac"
] |
_This is a question and not a bug report._
I have thousands of video segments like this:
```
General
ID : 1 (0x1)
Complete name : segment1_3_av.ts
Format : MPEG-TS
File size : 2.49 MiB
Duration : 9s 960ms
Overall bit rate mode : Variable
Overall bit rate : 2 094 Kbps
Video
ID : 256 (0x100)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : 27
Duration : 10s 0ms
Bit rate mode : Constant
Nominal bit rate : 2 200 Kbps
Width : 854 pixels
Height : 480 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.215
Color primaries : BT.601 PAL
Transfer characteristics : BT.470 System B, BT.470 System G
Matrix coefficients : BT.601
Audio
ID : 257 (0x101)
Menu ID : 1 (0x1)
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Muxing mode : ADTS
Codec ID : 15
Duration : 9s 920ms
Bit rate mode : Variable
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Delay relative to video : -120ms
```
```
$ MP4Box -v -info segment1_3.ts
[MPEG-2 TS] Packet PID 0
[MPEG-2 TS] Creating table 0 1
[MPEG-2 TS] Packet PID 4095
[MPEG-2 TS] Creating table 2 1
[MPEG-2 TS] PMT Found or updated
[MPEG-2 TS] Skipping descriptor (0x25) and others not supported
[MPEG-2 TS] Setting pes framing mode of PID 256 to 2
[MPEG-2 TS] Setting pes framing mode of PID 257 to 2
[MPEG-2 TS] Stream type (0x15) for PID 258 not supported
[MPEG-2 TS] Setting pes framing mode of PID 256 to 0
[MPEG-2 TS] Setting pes framing mode of PID 257 to 0
[MPEG-2 TS] Packet PID 256
[MPEG-2 TS] PID 256: Adaptation Field found: Discontinuity 0 - RAP 0 - PCR: 271350000
[MPEG-2 TS] PID 256: Got PES packet len 1263
[MPEG-2 TS] Packet PID 256
[MPEG-2 TS] Packet PID 256
[MPEG-2 TS] Packet PID 256
[MPEG-2 TS] Packet PID 256
[MPEG-2 TS] Packet PID 256
[MPEG-2 TS] Packet PID 256
[MPEG-2 TS] PID 256: Adaptation Field found: Discontinuity 0 - RAP 0 - PCR: 0
[MPEG-2 TS] PID 256 Got PES header PTS 919800
[MPEG-2 TS] Setting pes framing mode of PID 256 to 2
[MPEG-2 TS] Packet PID 256
[MPEG-2 TS] PID 256: Adaptation Field found: Discontinuity 0 - RAP 0 - PCR: 272430000
[MPEG-2 TS] PID 256: Got PES packet len 131
[MPEG-2 TS] PID 256 Got PES header PTS 934200
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] PID 257: Got PES packet len 2061
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] Packet PID 257
[MPEG-2 TS] PID 257: Adaptation Field found: Discontinuity 0 - RAP 0 - PCR: 0
[MPEG-2 TS] PID 257 Got PES header PTS 908970
[MPEG-2 TS] Setting pes framing mode of PID 257 to 2
Import probing results for segment1_3_av.ts:
File has 2 tracks
Track 256 type: Video (H264) - Program 1
Track 257 type: Audio (MP4A) - Program 1
```
Unfortunately no checksums are provided, and I need to check the integrity of these segments to find out if any data corruption has occurred while in storage. Playing and watching them manually is not an option.
Can MP4Box be used to validate the video segments? If not, would you have any suggestions on what I could do?
|
Integrity check of video segment?
|
https://api.github.com/repos/gpac/gpac/issues/802/comments
| 6 |
2017-04-18T03:56:58Z
|
2017-04-20T00:51:28Z
|
https://github.com/gpac/gpac/issues/802
| 222,294,821 | 802 |
[
"gpac",
"gpac"
] |
using: MP4Box - GPAC version 0.7.0-rev1-g544b69041-ab-suite
any hevc raw file I throw at it:
> G:\Hybrid>MP4Box -par 1=1:1 -add "H:\Output\15_42_59_6410_01.265"#video:fps=25 -brand hvc1 -itags tool="Hybrid 2017.04.17.1" -tmp "H:\Output" -new "H:\Output\15_42_59_6410__02.mp4"
[32mHEVC import - frame size 640 x 352 at 25.000 FPS
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[33mError parsing slice header: byte_align not found at end of header !
[0m[33mError parsing slice header: byte_align not found at end of header !
[32mHEVC Import results: 429 samples (433 NALUs) - Slices: 3 I 140 P 286 B - 1 SEI - 3 IDR
[0m[32mStream uses forward prediction - stream CTS offset: 2 frames
[0mSaving H:\Output\15_42_59_6410__02.mp4: 0.500 secs Interleaving
older versions work fine.
the .265 file was created using:
`ffmpeg -y -loglevel fatal -threads 8 -i "F:\TestClips&Co\test.avi" -map 0:0 -an -sn -vsync 0 -pix_fmt yuv420p -f yuv4mpegpipe - | x265 --input - --y4m --limit-modes --no-open-gop --crf 18.00 --cbqpoffs -2 --crqpoffs -2 --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --deblock=-1:-1 --limit-sao --range limited --colormatrix bt470bg --output "H:\Output\15_42_59_6410_01.265"`
|
HEVC muxing totally broken with 0.7.0
|
https://api.github.com/repos/gpac/gpac/issues/801/comments
| 4 |
2017-04-17T13:46:22Z
|
2017-04-19T17:46:07Z
|
https://github.com/gpac/gpac/issues/801
| 222,135,470 | 801 |
[
"gpac",
"gpac"
] |
I have two videos that I encoded them with ffmpeg, like:
ffmpeg -i 1_video.mp4 -c:v libx264 -x264opts 'keyint=100:min-keyint=25:no-scenecut' -b:v 2048k -maxrate 2048k -bufsize 4000k -acodec copy mixed-refs 1 -flags +loop -coder 1 -mbtree 1 -preset medium video2.mp4
ffmpeg -i 1_video.mp4 -c:v libx264 -x264opts 'keyint=100:min-keyint=25:no-scenecut' -b:v 1048k -maxrate 1048k -bufsize 2000k -acodec copy mixed-refs 1 -flags +loop -coder 1 -mbtree 1 -preset medium video3.mp4
MP4Box -dash 4000 -rap -segment-name %s_ -bs-switching no -out Dash/mnfst.mpd video1.mp4#video video2.mp4#video video2.mp4#audio video2.mp4#audio
according to mp4box tutorials that I have read about making mpeg-dash, I know that I have to set keyint and minkey int equal and also related to segment duration. so I tries using min-keyint=100, but the result video had the min-keyint=51
so I returned to 25. because the FPS is 25 also.
the first issue is about this, because when I played the dash file, and seek the video forward, it loads the frame and freezes for about 1 or 2 seconds and then starts to play. is this issue related to NOT setting these 2 flags equal??
|
setting min-keyint and keyint
|
https://api.github.com/repos/gpac/gpac/issues/800/comments
| 1 |
2017-04-17T10:29:05Z
|
2017-04-17T10:57:42Z
|
https://github.com/gpac/gpac/issues/800
| 222,107,062 | 800 |
[
"gpac",
"gpac"
] |
May be useful for tracking API/ABI symbols in the library: https://abi-laboratory.pro/tracker/timeline/gpac/
The report is created with the help of open-source abi-tracker tool: https://github.com/lvc/abi-tracker
Thank you.


## Environment
* Linux x86_64
* GCC 4.9
* GPAC 0.5.0 and higher
|
API/ABI changes review for GPAC
|
https://api.github.com/repos/gpac/gpac/issues/799/comments
| 7 |
2017-04-14T11:21:47Z
|
2021-01-18T17:27:22Z
|
https://github.com/gpac/gpac/issues/799
| 221,791,762 | 799 |
[
"gpac",
"gpac"
] |
I have tried this command to make dash output and I used it on a 10 minutes videos and a 70 minutes video. the first one plays very well and has a very low delay when I play it on videoJS and ExoPlayer. but when I use the same command for a longer video, It has some problem in playing and the seek delay is much more than the first one.
MP4Box -dash 4000 -rap -segment-name %s_ -bs-switching no -out Dash/manifest.mpd low.mp4#video med.mp4#video high.mp4#video low.mp4#audio med.mp4#audio high.mp4#audio
here is the video info using mediainfo:
for 70 minutes video:
Complete name : High.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
File size : 535 MiB
Duration : 1h 8mn
Overall bit rate : 1 086 Kbps
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 1904-01-01 00:00:00
Writing application : Lavf56.40.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L5
Format settings, CABAC : Yes
Format settings, ReFrames : 16 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 8mn
Bit rate : 952 Kbps
Nominal bit rate : 1 024 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.041
Stream size : 469 MiB (88%)
Writing library : x264 core 148 r2643 5c65704
Encoding settings : cabac=1 / ref=16 / deblock=1:1:1 / analyse=0x3:0x133 / me=umh / subme=10 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=10 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=100 / keyint_min=25 / scenecut=42 / intra_refresh=0 / rc_lookahead=60 / rc=cbr / mbtree=1 / bitrate=1024 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / vbv_maxrate=1024 / vbv_bufsize=2000 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Language : English
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 1904-01-01 00:00:00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 8mn
Duration_LastFrame : 43ms
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Frame rate : 46.875 fps (1024 spf)
Compression mode : Lossy
Stream size : 63.0 MiB (12%)
Language : English
Default : Yes
Alternate group : 1
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 1904-01-01 00:00:00
and the 10 minutes video:
Complete name : high.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
File size : 188 MiB
Duration : 11mn 1s
Overall bit rate : 2 384 Kbps
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 1904-01-01 00:00:00
Writing application : Lavf56.40.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 11mn 1s
Bit rate : 2 000 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 50.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.043
Stream size : 157 MiB (83%)
Writing library : x264 core 148 r2643 5c65704
Encoding settings : cabac=1 / ref=3 / deblock=1:1:1 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=10 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=100 / keyint_min=25 / scenecut=42 / intra_refresh=0 / rc_lookahead=40 / rc=cbr / mbtree=1 / bitrate=2000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / vbv_maxrate=2000 / vbv_bufsize=4000 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Language : English
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 1904-01-01 00:00:00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 11mn 1s
Bit rate mode : Constant
Bit rate : 384 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Frame rate : 46.875 fps (1024 spf)
Compression mode : Lossy
Stream size : 30.3 MiB (16%)
Language : English
Default : Yes
Alternate group : 1
Encoded date : UTC 1904-01-01 00:00:00
Tagged date : UTC 1904-01-01 00:00:00
could anyone explain to me why this is happening and how to fix it?
does dash playback really depends on video length??
|
Dashing and the video length
|
https://api.github.com/repos/gpac/gpac/issues/798/comments
| 3 |
2017-04-12T15:47:31Z
|
2017-04-12T16:46:43Z
|
https://github.com/gpac/gpac/issues/798
| 221,307,162 | 798 |
[
"gpac",
"gpac"
] |
I used this command to create my dash video files:
MP4Box -dash 4000 -rap -segment-name %s_ -bs-switching no -out manifest.mpd 1_low#video 1_med#video 1_high.mp4#video 1_low.mp4#audio 1_med.mp4#audio 1_high.mp4#audio
when I try to play it on android ExoPlayer, after seeking the video forward, the audio starts to play but the video freezes for about a few seconds and then it starts playing.
here is my video's manifest link to play on exo player:
http://94.182.180.36:9004/behseema/OlumTarbiati_Ravanshenasi/Ravanshenasi/RaveshhayeEslah_TaghireRaftar/AghaJani/1/dash_1/manifest.mpd
is there anyway to sync audio and video?? so they start to play at the same time?!
|
audio and video playback is not sync in mpeg-dash output
|
https://api.github.com/repos/gpac/gpac/issues/797/comments
| 2 |
2017-04-12T10:28:02Z
|
2017-04-12T11:23:20Z
|
https://github.com/gpac/gpac/issues/797
| 221,218,596 | 797 |
[
"gpac",
"gpac"
] |
log file and sample source file: https://forum.doom9.org/showthread.php?p=1803342&highlight=staxrip#post1803342
|
problem demuxing pcm
|
https://api.github.com/repos/gpac/gpac/issues/796/comments
| 3 |
2017-04-11T09:38:24Z
|
2017-04-12T09:31:21Z
|
https://github.com/gpac/gpac/issues/796
| 220,893,784 | 796 |
[
"gpac",
"gpac"
] |
I have created my mp4 dash with mp4box and I set the duration to 4000. now when i start to play the output format, the delay is alot when I seek in the video and it seems like it is downloading all the segments and the segment duration does'nt seem to be 4000! the size of segments are very small
here is my mp4box comamnd:
MP4Box -dash 4000 -rap -segment-name %s_ -bs-switching no -out manifest.mpd merge1.mp4#video merge2.mp4#video merge1.mp4#audio merge2.mp4#audio
and output:
http://79.175.133.185/static/videos/ToCheckIfBacktoryWorks5/index.html
the source video mediainfo:
General
Complete name : 1_low.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 190 MiB
Duration : 1h 8mn
Overall bit rate : 386 Kbps
Writing application : Lavf57.52.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : No
Format settings, ReFrames : 1 frame
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 8mn
Bit rate : 320 Kbps
Width : 640 pixels
Height : 360 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.056
Stream size : 156 MiB (82%)
Writing library : x264 core 148 r2643 5c65704
Encoding settings : cabac=0 / ref=1 / deblock=1:1:1 / analyse=0x1:0x131 / me=umh / subme=9 / psy=1 / psy_rd=0.40:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=11 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=0 / weightp=0 / keyint=300 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=320 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=320 / vbv_bufsize=2048 / nal_hrd=none / filler=0 / ip_ratio=1.41 / aq=1:0.60
Language : English
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 8mn
Bit rate mode : Constant
Bit rate : 64.0 Kbps
Channel count : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 31.5 MiB (17%)
Language : English
this is so urgent, I would realy appreciate any help. check the segments behaviour with developer tool and network tab. why is it acting like this?? it acts normal for a few seconds and when I seek the video forward, it suddenly starts to send many requests for other segments.
|
Urgent** problem with dash delay and very short segment size
|
https://api.github.com/repos/gpac/gpac/issues/795/comments
| 1 |
2017-04-10T10:37:55Z
|
2017-04-11T15:44:55Z
|
https://github.com/gpac/gpac/issues/795
| 220,603,878 | 795 |
[
"gpac",
"gpac"
] |
I am using MP4Box to create dash video from some videos. when the source video codec is in h264, the final result is fine is playback and has video and audio, but when the source codec is in a different format, like MPEG-4 Visual, the final dash file has no video.
here is my code for mp4box:
`MP4Box -dash 4000 -rap -segment-name %s_ -bs-switching merge -out manifest.mpd merge1.mp4#video merge1.mp4#audio`
and this is the output of mediainfo command for the source video with codec h264:
`Complete name : 1_low.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 24.4 MiB
Duration : 8mn 47s
Overall bit rate : 388 Kbps
Writing application : Lavf57.63.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : No
Format settings, ReFrames : 1 frame
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 8mn 47s
Bit rate : 320 Kbps
Width : 450 pixels
Height : 360 pixels
Display aspect ratio : 5:4
Frame rate mode : Constant
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.079
Stream size : 20.1 MiB (82%)
Writing library : x264 core 148 r2643 5c65704
Encoding settings : cabac=0 / ref=1 / deblock=1:1:1 / analyse=0x1:0x131 / me=umh / subme=9 / psy=1 / psy_rd=0.40:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=11 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=0 / weightp=0 / keyint=300 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=320 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=320 / vbv_bufsize=2048 / nal_hrd=none / filler=0 / ip_ratio=1.41 / aq=1:0.60
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 8mn 47s
Bit rate mode : Constant
Bit rate : 64.0 Kbps
Channel count : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 4.03 MiB (17%)
`
and here is the output for the different format:
`Complete name : 1.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 134 MiB
Duration : 8mn 47s
Overall bit rate : 2 129 Kbps
Writing application : Lavf53.32.100
Video
ID : 1
Format : MPEG-4 Visual
Format profile : Simple@L1
Format settings, BVOP : No
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Codec ID : 20
Duration : 8mn 47s
Bit rate mode : Constant
Bit rate : 1 996 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 5:4
Frame rate mode : Constant
Frame rate : 25.000 fps
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.193
Stream size : 126 MiB (94%)
Writing library : Lavc53.61.100
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 8mn 47s
Duration_LastFrame : -11ms
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel count : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 8.05 MiB (6%)
`
how can I fix this>
demo for the MPEG-4 Visual format video:
https://streamable.com/gm3i0
and demo for the video with h264 codec:
https://streamable.com/j1xu7
|
no video in the dash reault file of MPEG-4 Visual format
|
https://api.github.com/repos/gpac/gpac/issues/794/comments
| 1 |
2017-04-08T14:53:11Z
|
2017-06-28T13:41:13Z
|
https://github.com/gpac/gpac/issues/794
| 220,404,451 | 794 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
MP4Box -info test.mp4
issues:
[iso file] Unknown box type COVR
[isom] not enough bytes in box ilst: 8 left, reading 111
[iso file] Read Box "ilst" failed (Invalid IsoMedia File) - skipping
*** Error in `MP4Box': double free or corruption (fasttop): 0x000000000174ff50 ***
已放弃 (核心已转储)
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
[iso file] Unknown box type COVR
|
https://api.github.com/repos/gpac/gpac/issues/793/comments
| 2 |
2017-04-08T04:01:46Z
|
2017-07-17T17:09:18Z
|
https://github.com/gpac/gpac/issues/793
| 220,373,318 | 793 |
[
"gpac",
"gpac"
] |
Hi,
Not sure it is the good place for this question since it is more a question than an issue but I didn't find better place.
I wonder if it is possible to use MP4Box rtp in order to stream ISOBMFF content protected with common encryption, and in this case, how content protection information is transmitted.
Thanks.
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x ] I looked for a similar issue and couldn't find any.
- [x ] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [ x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Is it possible to stream 'cenc' protected content in RTP with (or without) using hint track
|
https://api.github.com/repos/gpac/gpac/issues/792/comments
| 1 |
2017-04-07T14:33:32Z
|
2017-06-28T13:36:30Z
|
https://github.com/gpac/gpac/issues/792
| 220,231,982 | 792 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
Hello! When I input MP4Box -dash 10000 -frag 10000 -rap -frag-rap test_result/test1.mp4, it will recur "段错误 (核心已转储)", who can help me solve this problem?Thank you.
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
|
MP4Box -dash can not create mpd?段错误 (核心已转储)
|
https://api.github.com/repos/gpac/gpac/issues/791/comments
| 4 |
2017-04-06T02:31:58Z
|
2017-04-06T10:04:08Z
|
https://github.com/gpac/gpac/issues/791
| 219,769,494 | 791 |
[
"gpac",
"gpac"
] |
Now that Apple support fMP4 streaming, is it possible to configure MP4Box to create MP4 segments referenced by both an MPD and M3u8 Manifest?
|
MP4Box - create both MPD and M3U8
|
https://api.github.com/repos/gpac/gpac/issues/790/comments
| 4 |
2017-04-05T03:26:22Z
|
2019-06-29T16:32:26Z
|
https://github.com/gpac/gpac/issues/790
| 219,456,585 | 790 |
[
"gpac",
"gpac"
] |
Hi, I am trying to get mp4box to take a udp ts stream and create a dash file and change its aspect ratio.
I am using the following command:
MP4Box -grab-ts udp://127.0.0.1:1234 -par "68=16:11" -dash-live 20000 file.ts -mpd-refresh 10000
The only thing that this command does is dumping the stream to a file.ts, no dash is created or aspect ratio is modified.
Is Mp4box -grab-ts command supposed to work to manipulate aspect ratio of the incoming stream and create a live dash file or is there something wrong somewhere?
Thanks.
|
mp4box udp stream to dash with AR manipulation not working
|
https://api.github.com/repos/gpac/gpac/issues/789/comments
| 1 |
2017-04-01T14:20:46Z
|
2017-04-01T18:53:49Z
|
https://github.com/gpac/gpac/issues/789
| 218,698,758 | 789 |
[
"gpac",
"gpac"
] |
e.g. c.f. fmp4demux for #787
|
add test apps to enable more unit test
|
https://api.github.com/repos/gpac/gpac/issues/788/comments
| 1 |
2017-03-31T14:32:41Z
|
2019-06-28T21:53:40Z
|
https://github.com/gpac/gpac/issues/788
| 218,520,250 | 788 |
[
"gpac",
"gpac"
] |
I want to test SRD property in order to play a video tiled into 2 parts.
In the example, it is just the same video duplicated.
When i run the command:
`MP4Client manifest.mpd`
I receive a segmentation fault error.
I tried to log everything with the flag all@debug but i cannot understand the problem.
This is my manifest:
```xml
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.6.2-DEV-rev417-g4f4bb1f-master at 2016-04-28T16:29:46.506Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H12M14.000S" maxSegmentDuration="PT0H0M1.042S" profiles="urn:mpeg:dash:profile:isoff-live:2011">
<ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
<Title>dash/tos_srd.mpd generated by GPAC</Title>
</ProgramInformation>
<Period duration="PT0H12M14.000S">
<AdaptationSet segmentAlignment="true" maxWidth="640" maxHeight="288" maxFrameRate="24" par="320:144" lang="und">
<SupplementalProperty schemeIdUri="urn:mpeg:dash:srd:2014" value="0,0,0,1,1,2,1"/>
<Representation id="1" mimeType="video/mp4" codecs="avc3.64001e" width="640" height="288" frameRate="24" sar="1:1" startWithSAP="1" bandwidth="1460068">
<SegmentTemplate timescale="1000" media="input_resized_SD_$Number$.m4s" startNumber="1" duration="10008" initialization="input_resized_SD_init.mp4"/>
</Representation>
</AdaptationSet>
<AdaptationSet segmentAlignment="true" maxWidth="640" maxHeight="288" maxFrameRate="24" par="320:144" lang="und">
<SupplementalProperty schemeIdUri="urn:mpeg:dash:srd:2014" value="0,1,0,1,1,2,1"/>
<Representation id="2" mimeType="video/mp4" codecs="avc3.64001e" width="640" height="288" frameRate="24" sar="1:1" startWithSAP="1" bandwidth="1460068">
<SegmentTemplate timescale="1000" media="input_resized_SD_$Number$.m4s" startNumber="1" duration="10008" initialization="input_resized_SD_init.mp4"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>
````
Is it possible to identify the origin of the error?
|
Segmentation fault error when playing SRD content
|
https://api.github.com/repos/gpac/gpac/issues/786/comments
| 1 |
2017-03-29T11:49:26Z
|
2017-06-28T13:43:24Z
|
https://github.com/gpac/gpac/issues/786
| 217,850,286 | 786 |
[
"gpac",
"gpac"
] |
Hi,
The error code we get from MP4Box is _
> Error while DASH-ing file: Feature Not Supported
_
Packaging command :
**MP4Box -v -dash 4000 -rap -frag-rap -sample-groups-traf -no-frags-default -bs-switching no -profile dashavc264:live test_enc.mp4 -log-file dashtest/test.log -out dashtest/dash.mpd**
What will be the problem ?
FYI , am attaching log file of MP4Box.
Please let me know the issue and how to rectify it
[test.txt](https://github.com/gpac/gpac/files/877910/test.txt)
I have uploaded the encrypted mp4 file that used for packaging in this location "https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95"
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Unable to package the encrypted mp4 file
|
https://api.github.com/repos/gpac/gpac/issues/785/comments
| 14 |
2017-03-29T05:37:19Z
|
2017-07-11T13:50:42Z
|
https://github.com/gpac/gpac/issues/785
| 217,769,926 | 785 |
[
"gpac",
"gpac"
] |
Take the [attached NHML](https://github.com/gpac/gpac/files/854590/example.nhml.txt), it has a duration attribute on the last JPEG sample. With or without this last duration attribute, two players that I tested (VLC and Mac native player) show an inconsistent ending for the resulting media. VLC ignores it and stop playing. The Mac native player plays the last sample for a random number of minutes (around 5 minutes, and not 3 seconds as defined in my NHML).
I guess MP4Box is simply ignoring the duration attribute, leading to unpredictable results in players. They can not know for how long to show a JPEG file. My guess comes from the fact that if I reverse engineer the resulting media file and extract an NHML for that track, it comes with no duration attribute, somehow incompatible with the original NHML file I used.
Encoding:
MP4Box audio.m4a -add bug_attached_file.nhml
Extracting:
MP4Box -nhml 2 audio.m4a
So please make sure the duration attribute is honored when encoding NHML tracks.
Thank you in advance
|
NHML encoding is not honoring last element's duration attribute
|
https://api.github.com/repos/gpac/gpac/issues/783/comments
| 1 |
2017-03-20T11:36:06Z
|
2017-06-28T13:49:30Z
|
https://github.com/gpac/gpac/issues/783
| 215,394,209 | 783 |
[
"gpac",
"gpac"
] |
Hi all,
Not a big issue but for information, when compiling on linux with newer versions of libavcodec (7:2.8.11 for instance), new warnings appear:
```
video_muxer.c:561:2: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:562:2: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:563:2: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:712:2: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:713:3: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:716:2: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:858:6: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:861:5: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:863:6: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:875:8: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:889:4: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:890:4: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:910:5: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:923:5: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_muxer.c:940:4: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_encoder.c:227:4: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_encoder.c:227:4: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_encoder.c:228:4: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
video_encoder.c:229:4: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
controler.c:766:5: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
```
ffmpeg people are talking about it here for example: https://ffmpeg.org/pipermail/ffmpeg-cvslog/2015-July/092046.html
in avcodec.h, it is now defined as
```
*
* @deprecated use the quality factor packet side data instead
*/
attribute_deprecated AVFrame *coded_frame;
```
I'm not sure what the best way to fix this is.
|
build warning: in newer versions of libavcodec, AVCodecContext.coded_frame has become deprecated
|
https://api.github.com/repos/gpac/gpac/issues/782/comments
| 2 |
2017-03-17T13:23:50Z
|
2019-06-28T21:51:50Z
|
https://github.com/gpac/gpac/issues/782
| 215,002,024 | 782 |
[
"gpac",
"gpac"
] |
There is an Instagram cache (MPEG-DASH).
Files init.m4v, init.m4a (moov); segmentXXX.m4v, segmentXXX.m4a (moof mdat).
Files are not opened by media players (VLC).
How can I assemble these files into one MP4 file?
|
MPEG-DASH m4v + m4a = mp4
|
https://api.github.com/repos/gpac/gpac/issues/778/comments
| 7 |
2017-03-15T10:05:11Z
|
2019-02-09T06:45:19Z
|
https://github.com/gpac/gpac/issues/778
| 214,339,717 | 778 |
[
"gpac",
"gpac"
] |
I have used mp4box to create my dash video and mpd maniferst. I can play the videos on android and all browsers, but not on safari (10+). is there anyway to make this manifest playable on safari? or is there a way to convert mpd to m3u8?
demo:
http://79.175.133.185/static/videos/bighero2000/index.html
|
mpeg-dash playback on safari
|
https://api.github.com/repos/gpac/gpac/issues/775/comments
| 1 |
2017-03-11T06:45:19Z
|
2019-06-28T21:50:21Z
|
https://github.com/gpac/gpac/issues/775
| 213,510,912 | 775 |
[
"gpac",
"gpac"
] |
I am using ffmpeg and mp4box to create my dash videos. the segments that are created for audio and video are not the same in number, so it causes interrupts in playback. how can i force the same number of segments for audio and video?
here is my MP4Box command:
`MP4Box -dash 4000 -rap -dash-profile dashavc264:live -bs-switching no -url-template -segment-name %s_ -out dash/manifest.mpd 1000.mp4 2000.mp4 audio.mp4`
my ffmpeg command for video:
`ffmpeg -i video.mp4 -movflags faststart -r 24 -vcodec libx264 -preset medium -tune zerolatency -tune fastdecode -b:v 2000k -maxrate 2000k -bufsize 2000k -g 96 -an -s 1280*720 -ss 00:00:00 -t 00:02:00 2000.mp4`
ffmpeg command for audio:
`ffmpeg -i video.mp4 -movflags faststart -acodec libfdk_aac -b:a 128k -vn -ss 00:00:00 -t 00:02:00 audio.mp4`
with this command I have 31 audio segments and 41 video segments for a 2 minute video.
my gpac version is:
MP4Box - GPAC version 0.6.1-revrelease
|
force same number of segments for audio and video
|
https://api.github.com/repos/gpac/gpac/issues/774/comments
| 14 |
2017-03-08T10:13:26Z
|
2017-03-09T08:47:48Z
|
https://github.com/gpac/gpac/issues/774
| 212,692,080 | 774 |
[
"gpac",
"gpac"
] |
Apple announced support of fragmented MP4 for HLS m3u8 ( https://developer.apple.com/videos/play/wwdc2016/504/ )
MP4Box works like a charm to create MP4 fragments and Media Presentation Description (.mpd) for MPEG-DASH
Question 1: How to create with MP4Box m3u8 for HLS with fragmented mp4 (instead of MPEG-TS fragments)
Question 2: When creating with MP4Box -dash MPD with fragmented mp4, is it possible/how to create an m3u8 pointing to the existing fragmented mp4 files previously created with MP4Box -dash
Using Linux Ubuntu 16.04LTS
Using for MP4Box (through git clone)
MP4Box - GPAC version 0.6.2-DEV-rev1411-g77620ef-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration:
Features: GPAC_64_BITS GPAC_HAS_SSL GPAC_HAS_SPIDERMONKEY GPAC_HAS_JPEG GPAC_HAS_PNG
|
MP4Box -dash create HLS m3u8 for fragmented MP4
|
https://api.github.com/repos/gpac/gpac/issues/772/comments
| 35 |
2017-03-06T11:51:19Z
|
2020-04-30T09:58:32Z
|
https://github.com/gpac/gpac/issues/772
| 212,100,066 | 772 |
[
"gpac",
"gpac"
] |
I am creating live profile dash using mp4box, and it is creating different number of segments for audio and video. audio has less segments. how can I fix this? it is causing some problems in playback
`MP4Box -dash 4000 -rap -profile live -segment-name %s_ -frag-rap -out dash2/manifest.mpd 1500.mp4 700.mp4 audio.mp4`
demo:
http://79.175.133.185/static/videos/main_dash/ondemand.html
|
different number of segments for audio and video
|
https://api.github.com/repos/gpac/gpac/issues/771/comments
| 5 |
2017-03-06T08:15:48Z
|
2017-03-06T10:05:05Z
|
https://github.com/gpac/gpac/issues/771
| 212,051,138 | 771 |
[
"gpac",
"gpac"
] |
I have created my mpeg-dash file using this code:
`MP4Box -dash 4000 -rap -profile live -segment-name %s_ -frag-rap -out dash2/manifest.mpd 1500.mp4 700.mp4 audio.mp4`
and it is working fine until I seek in the video and then it starts to fail loading the segments.
any ideas why this is happening??
here is a live demo:
http://79.175.133.185/static/videos/main_dash/ondemand.html
|
mpeg-dash video segments fail to load
|
https://api.github.com/repos/gpac/gpac/issues/770/comments
| 3 |
2017-03-05T14:21:32Z
|
2017-07-18T11:14:15Z
|
https://github.com/gpac/gpac/issues/770
| 211,955,755 | 770 |
[
"gpac",
"gpac"
] |
I am using onDemand profile to create my mpeg-dash using mp4box, and it is working fine, but it does not create small segments and just uses byte range to play the mpeg-dash.
is there any way to use that option and create the segments too??
`MP4Box -dash 4000 -profile onDamand -rap -segment-name %s_ -out manifest.mpd audio.mp4 video1.mp4 video2.mp4`
|
onDemand profile and creating the segments
|
https://api.github.com/repos/gpac/gpac/issues/769/comments
| 1 |
2017-03-05T12:04:31Z
|
2017-03-05T12:54:20Z
|
https://github.com/gpac/gpac/issues/769
| 211,948,310 | 769 |
[
"gpac",
"gpac"
] |
I have created some mpeg-dash video with mp4 videos and they work fine, now I have a mkv video file, and I converted it to mp4 with :
`ffmpeg -i a.mkv -acodec copy -vcodec copy a.mp4 `
and then I made the video streams with:
`ffmpeg -i a.mp4 -movflags faststart -r 24 -vcodec libx264 -preset slow -tune zerolatency -tune fastdecode -b:v 300k -maxrate 300k -bufsize 400k -g 96 -an -s 640*360 a300.mp4`
and then made the dash file:
`MP4Box -dash 4000 -profile onDamand -rap -segment-name %s_ -out manifest.mpd a300.mp4 audio.mp4`
I tried to play it with videoJS but It seems like it can not play the mpd file.
I tried these codes with other mp4 files and it works fine!
any ideas?
|
convert MKV to mpeg-dash
|
https://api.github.com/repos/gpac/gpac/issues/768/comments
| 4 |
2017-03-05T09:08:29Z
|
2019-07-07T17:51:05Z
|
https://github.com/gpac/gpac/issues/768
| 211,940,558 | 768 |
[
"gpac",
"gpac"
] |
Hello,
I have a bunch of aac that I'm trying to wrap in a m4a container.
But when I use mp4box to wrap it it just creates a 1KB, 1sec file.
I tried with gpac-0.6.1-rev0-g72d766c-master-win32, gpac-0.6.1-rev0-g72d766c-master-x64 and the latest dev build, gpac-0.6.2-DEV-rev1406-gfa9ab95-master-x64
I'm using Windows 7 N 64bit with media pack installed.
Below is a few debugs I did.
Not sure if relevant, but MP4Box detects the wrong amount of channels.
I'm attaching both original and the created file by mp4box.
I also tried using the -flat, -ipod and other switches but all with the same result.
Thanks for your attention!
[v6_dev.zip](https://github.com/gpac/gpac/files/811876/v6_dev.zip)
####################################################################
D:\Pedro\Desktop\mp4box_test\v6_dev>mp4box -version
MP4Box - GPAC version 0.6.2-DEV-rev1406-gfa9ab95-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration: (static configuration file)
Features: GPAC_64_BITS GPAC_MEMORY_TRACKING GPAC_HAS_SSL GPAC_HAS_SPIDERMONKEY GPAC_HAS_JPEG GPAC_HAS_PNG
D:\Pedro\Desktop\mp4box_test\v6_dev>mp4box -info sweet_dreams.aac
Import probing results for sweet_dreams.aac:
File has 1 tracks
Track 1 type: Audio (....)
D:\Pedro\Desktop\mp4box_test\v6_dev>mp4box -info 1 sweet_dreams.aac
Import probing results for track sweet_dreams.aac#1:
Track type: Audio (....)
Source: .... - SampleRate 7350 - 4 channels
Import Capabilities:
Can use AAC-SBR signaling
Can use AAC-PS signaling
Can force MPEG-4 Systems signaling
D:\Pedro\Desktop\mp4box_test\v6_dev>mp4box -add sweet_dreams.aac -new result_dev.m4a
MPEG-4 AAC in LOAS import - sample rate 7350 - 4 channels
Setting up iTunes/iPod file...
Saving result_dev.m4a: 0.500 secs Interleaving
D:\Pedro\Desktop\mp4box_test\v6_dev>
Using Media Info
######################### ORIGINAL FILE ######################################
General
Complete name : D:\Pedro\Desktop\mp4box_test\v6_dev\sweet_dreams.aac
Format : ADTS
Format/Info : Audio Data Transport Stream
File size : 1.84 MiB
Overall bit rate mode : Variable
Track name : Sweet Dreams (Are Made Of This) 2k12 (Lazybox Bootleg Mix)
Performer : Eurythmics
Genre : Electronic Hands Up Eurodance
Audio
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 2
Format profile : HE-AAC / LC
Bit rate mode : Variable
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 kHz / 22.05 kHz
Frame rate : 21.533 FPS (1024 spf)
Compression mode : Lossy
Stream size : 1.84 MiB (100%)
##################### RESULT FILE #######################################
General
Complete name : D:\Pedro\Desktop\mp4box_test\v6_dev\result_dev.m4a
Format : MPEG-4
Format profile : Apple audio with iTunes info
Codec ID : M4A (isom/M4A /mp42)
File size : 830 Bytes
Duration : 1 s 0 ms
Overall bit rate mode : Constant
Overall bit rate : 6 640 b/s
Encoded date : UTC 2017-02-28 22:10:26
Tagged date : UTC 2017-02-28 22:10:26
Audio
ID : 1
Format : AAC
Format/Info : Advanced Audio Codec
Codec ID : 40
Duration : 1 s 0 ms
Bit rate mode : Constant
Bit rate : 936 b/s
Channel(s) : 2 channels
Sampling rate : 7 350 Hz
Frame rate : 7.178 FPS (1024 spf)
Compression mode : Lossy
Stream size : 117 Bytes (14%)
Title : [email protected]
Encoded date : UTC 2017-02-28 22:10:26
Tagged date : UTC 2017-02-28 22:10:27
|
MP4Box creates empty file when wrapping HE-AAC ADTS in M4A container
|
https://api.github.com/repos/gpac/gpac/issues/766/comments
| 5 |
2017-03-01T19:56:58Z
|
2020-04-22T10:38:58Z
|
https://github.com/gpac/gpac/issues/766
| 211,190,583 | 766 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [ X] I looked for a similar issue and couldn't find any.
- [ X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [X ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
====
Steps to reproduce
=============
- Steps will work on Windows 10 or Linux, with v0.6.1 or the latest nightly build.
- Use the following ffmpeg command to generate test material
ffmpeg -f lavfi -i smptebars=duration=10:size=3840x2160:rate=30000/1001 -vf "drawtext=text=\'pts %{pts}\':fontcolor=white:fontsize=120:x=w/2:y=h/2:shadowx=-3:shadowy=3" -an -y test.mp4
- Use the following MP4Box command to generate an MPD file:
MP4Box -min-buffer 250 -profile live -bs-switching no -rap -out test.mpd -dash-scale 30000 -dash 30030 test.mp4#video
- The MPD file will have a single AdaptationSet with a single Representation. The SegmentTemplate for that Representation will have a duration of 30029.
- The duration should be 30030. 30029 is an impossible value given the frame rate.
- This is 100% reproducible
Version
=====
Windows 10, downloaded from https://gpac.wp.imt.fr/downloads/gpac-nightly-builds/
MP4Box -version
MP4Box - GPAC version 0.6.2-DEV-rev1383-g4b83ff6-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration: (static configuration file)
Features: GPAC_64_BITS GPAC_MEMORY_TRACKING GPAC_HAS_SSL GPAC_HAS_SPIDERMONKEY GPAC_HAS_JPEG GPAC_HAS_PNG
Ubuntu 16.04, built from source from Branch_v0.6.1
MP4Box -version
MP4Box - GPAC version 0.6.1-rev1-g733cc1a-Branch_v0.6.1
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration: --static-mp4box
Features: GPAC_64_BITS GPAC_DISABLE_3D
Fix
===
The bug may be fixed may be fixed by properly rounding the value for duration from Double to u32 wherever it is printed in gpac_public\src\media_tools\dash_segmenter.c
A diff file with the fix is attached. This is diffed against v0.6.1.
[dash_segmenter.zip](https://github.com/gpac/gpac/files/809373/dash_segmenter.zip)
|
Incorrect duration in segment template due to improper rounding
|
https://api.github.com/repos/gpac/gpac/issues/765/comments
| 2 |
2017-03-01T00:58:03Z
|
2017-03-01T14:28:56Z
|
https://github.com/gpac/gpac/issues/765
| 210,948,938 | 765 |
[
"gpac",
"gpac"
] |
I have used ffmpeg and mp4box to create a non-adaptive mpeg-dash, and I am doing it by using only one bitrate in each video (its just a test). here is my demo link. my video has a delay about 15 seconds when I seek in the video and its so bad for my purpose. why am I having this delay?? is it a buffering problem?? I would realy appreciate any help
http://79.175.133.185/static/videos/main_dash/
|
on-demand video playback delay
|
https://api.github.com/repos/gpac/gpac/issues/764/comments
| 1 |
2017-02-28T14:50:08Z
|
2017-07-11T11:36:24Z
|
https://github.com/gpac/gpac/issues/764
| 210,808,213 | 764 |
[
"gpac",
"gpac"
] |
I have used ffmpeg and mp4box to create mpeg-dash videos. when i try to play the videos, i only get the video and by checking the network status, i can see that only video segments are being played, not the audio. how can i fix this??
this is my mp4box command:
`MP4Box -dash 4000 -profile onDamand -rap -segment-name %s_ -out manifest.mpd video1.mp4 video2.mp4 audio.mp4`
|
mpeg-dash unable to play audio
|
https://api.github.com/repos/gpac/gpac/issues/763/comments
| 10 |
2017-02-28T08:05:38Z
|
2017-02-28T11:04:20Z
|
https://github.com/gpac/gpac/issues/763
| 210,714,368 | 763 |
[
"gpac",
"gpac"
] |
Hello all,
We are working on a problem, where we have a large set of images of a video, from which we create a bunch of video segments. After this process we have multiple video files which played together will have the whole video. For example, output1.mp4, output2.mp4,output3.mp4, output4.mp4, output5.mp4 combined together represents a single video called output.mp4. Now we want the video segments to be streamed using DASH protocol.
We can think of two approaches.
1. Use MP4Box for each video segment by using "-single-segment". So it generates just one segment and a MPD file for it. Now merge all MPDs into one MPD. And give the single master MPD to the DASH player to stream the video.
2. Use MP4Box to create one MPD file for all the videos.
We are not sure about the feasibility of these approaches. Can you guide us on what would be the ideal solution for this problem by using MP4Box or is there any other tool available which can solve this problem?
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [Y ] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Create MPD file and DASHable segments with lots of small MP4 video files
|
https://api.github.com/repos/gpac/gpac/issues/762/comments
| 4 |
2017-02-26T00:15:15Z
|
2017-03-01T07:19:35Z
|
https://github.com/gpac/gpac/issues/762
| 210,272,489 | 762 |
[
"gpac",
"gpac"
] |
All I want to do is move the MOOV atom. According to docs -inter 0 should do it without interleaving. Console messages indicate otherwise.
```
C:\temp>mp4box -version
MP4Box - GPAC version 0.6.1-rev0-g72d766c-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration: (static configuration file)
Features: GPAC_64_BITS GPAC_MEMORY_TRACKING GPAC_HAS_SSL GPAC_HAS_SPIDERMONKEY GPAC_HAS_JPEG GPAC_HAS_PNG
C:\temp>mp4box -inter 0 input.mp4 -out output.mp4
Saving to output.mp4: 0.500 secs Interleaving
C:\temp>
```
|
MP4Box apparently interleaving 0.500 secs even when specify -inter 0
|
https://api.github.com/repos/gpac/gpac/issues/760/comments
| 6 |
2017-02-22T18:42:46Z
|
2017-03-01T11:51:58Z
|
https://github.com/gpac/gpac/issues/760
| 209,543,706 | 760 |
[
"gpac",
"gpac"
] |
Hello, i have tried to use various versions of mp4box including the latest nightly (windows builds) without success, some files crash mp4box, here 2 of them : https://mega.nz/#F!pghHXB4Y!IUlwBsH6qw8gG-jU-t2qog
`mp4box -add 1.avi 1.mp4`

```
General
Complete name : 1.avi
Format : AVI
Format/Info : Audio Video Interleave
File size : 504 MiB
Duration : 56 min 56 s
Overall bit rate : 1 237 kb/s
Writing application : Lavf52.95.0
Video
ID : 0
Format : xvid
Codec ID : xvid
Duration : 56 min 56 s
Bit rate : 1 096 kb/s
Width : 720 pixels
Height : 406 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 FPS
Scan type : Progressive
Bits/(Pixel*Frame) : 0.150
Stream size : 446 MiB (89%)
Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Mode : Joint stereo
Codec ID : 55
Codec ID/Hint : MP3
Duration : 56 min 56 s
Bit rate mode : Constant
Bit rate : 128 kb/s
Channel(s) : 2 channels
Sampling rate : 48.0 kHz
Compression mode : Lossy
Stream size : 52.1 MiB (10%)
Alignment : Aligned on interleaves
Interleave, duration : 24 ms (0.60 video frame)
Interleave, preload duration : 96 ms
```
```
General
Complete name : 2.avi
Format : AVI
Format/Info : Audio Video Interleave
File size : 542 MiB
Duration : 57 min 41 s
Overall bit rate : 1 314 kb/s
Writing application : Lavf54.63.104
Video
ID : 0
Format : MPEG-4 Visual
Format profile : Simple@L3
Format settings, BVOP : No
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 57 min 41 s
Bit rate : 1 174 kb/s
Width : 720 pixels
Height : 400 pixels
Display aspect ratio : 16:9
Frame rate : 23.976 (24000/1001) FPS
Original frame rate : 23.976 (23976/1000) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.170
Stream size : 484 MiB (89%)
Writing library : XviD 64
Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Mode : Joint stereo
Mode extension : MS Stereo
Codec ID : 55
Codec ID/Hint : MP3
Duration : 57 min 41 s
Bit rate mode : Constant
Bit rate : 128 kb/s
Channel(s) : 2 channels
Sampling rate : 44.1 kHz
Compression mode : Lossy
Stream size : 52.8 MiB (10%)
Alignment : Aligned on interleaves
Interleave, duration : 26 ms (0.63 video frame)
Interleave, preload duration : 78 ms
```
|
Mp4box crashing on certain avi files
|
https://api.github.com/repos/gpac/gpac/issues/758/comments
| 5 |
2017-02-16T18:37:05Z
|
2019-06-28T21:38:40Z
|
https://github.com/gpac/gpac/issues/758
| 208,208,238 | 758 |
[
"gpac",
"gpac"
] |
Hello, i have some files which refuse remuxing with mp4box some have mp3 audio and others ac3 audio
error is "unsupported avi audio format"
`mp4box -add 1.avi 1.mp4`
here one avi with mp3 : https://mega.nz/#F!NlRQULSB!elur605CdkFvf8GGGe_F-Q
examples :
```
General
Format : AVI
Format/Info : Audio Video Interleave
File size : 366 MiB
Duration : 1 h 1 min
Overall bit rate : 830 kb/s
Writing library : VirtualDub-MPEG2 build 23787/release
Video
ID : 0
Format : MPEG-4 Visual
Format settings, BVOP : 1
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Muxing mode : Packed bitstream
Codec ID : DX50
Codec ID/Hint : DivX 5
Duration : 1 h 1 min
Bit rate : 780 kb/s
Nominal bit rate : 4 854 kb/s
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 5:4
Frame rate : 25.000 FPS
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.075
Stream size : 344 MiB (94%)
Writing library : DivX 6.2.1 (UTC 2006-04)
Audio
ID : 1
Format : MPEG Audio
Format version : Version 2
Format profile : Layer 3
Mode : Joint stereo
Mode extension : Intensity Stereo + MS Stereo
Codec ID : 55
Codec ID/Hint : MP3
Duration : 1 h 1 min
Bit rate mode : Constant
Bit rate : 40.0 kb/s
Channel(s) : 2 channels
Sampling rate : 24.0 kHz
Compression mode : Lossy
Delay relative to video : 22 ms
Stream size : 17.6 MiB (5%)
Alignment : Split accross interleaves
Interleave, duration : 40 ms (1.00 video frame)
Interleave, preload duration : 500 ms
```
```
General
Format : AVI
Format/Info : Audio Video Interleave
File size : 814 MiB
Duration : 46 min 6 s
Overall bit rate : 2 470 kb/s
Writing application : Lavf52.61.0
Writing library : VirtualDub Fr build 32618/release
Video
ID : 0
Format : MPEG-4 Visual
Format profile : Simple@L3
Format settings, BVOP : No
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 46 min 6 s
Bit rate : 2 332 kb/s
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 4:3
Frame rate : 25.000 FPS
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.225
Stream size : 769 MiB (94%)
Writing library : XviD 63
Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Mode : Joint stereo
Mode extension : MS Stereo
Codec ID : 55
Codec ID/Hint : MP3
Duration : 46 min 6 s
Bit rate mode : Constant
Bit rate : 128 kb/s
Channel(s) : 2 channels
Sampling rate : 48.0 kHz
Compression mode : Lossy
Delay relative to video : 516 ms
Stream size : 42.2 MiB (5%)
Alignment : Split accross interleaves
Interleave, duration : 40 ms (1.00 video frame)
Interleave, preload duration : 500 ms
```
```
General
Format : AVI
Format/Info : Audio Video Interleave
File size : 700 MiB
Duration : 1 h 42 min
Overall bit rate : 956 kb/s
Writing application : VirtualDubMod 1.5.10.2 Fr | www.trad-fr.com || (build 2540/release)
Writing library : VirtualDubMod build 2540/release
Video
ID : 0
Format : MPEG-4 Visual
Format settings, BVOP : 1
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Muxing mode : Packed bitstream
Codec ID : DX50
Codec ID/Hint : DivX 5
Duration : 1 h 42 min
Bit rate : 722 kb/s
Nominal bit rate : 4 854 kb/s
Width : 720 pixels
Height : 400 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.100
Stream size : 529 MiB (76%)
Writing library : DivX 6.8.5 (UTC 2009-08-20)
Audio
ID : 1
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : 2000
Duration : 1 h 42 min
Bit rate mode : Constant
Bit rate : 224 kb/s
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 spf)
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 164 MiB (23%)
Alignment : Split accross interleaves
Interleave, duration : 40 ms (1.00 video frame)
Interleave, preload duration : 500 ms
```
|
Mp4box, mp3 "unsupported avi audio format"
|
https://api.github.com/repos/gpac/gpac/issues/757/comments
| 1 |
2017-02-16T17:23:12Z
|
2019-06-28T21:37:32Z
|
https://github.com/gpac/gpac/issues/757
| 208,189,641 | 757 |
[
"gpac",
"gpac"
] |
### MP4BOX - Version Info
_MP4Box - GPAC version 0.6.1-revrelease
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration: --disable-wx --disable-pulseaudio --prefix=/usr/local/Cellar/gpac/0.6.1 --mandir=/usr/local/Cellar/gpac/0.6.1/share/man --disable-x11
Features: GPAC_64_BITS GPAC_HAS_SSL_
### Downloadable Source files and results
Download zip file containing muxed Source file **"MULTIPLEX_DASH.mp4"**, Muxed init-file **"MULTIPLEX_DASH_dashinit.mp4"** and .mpd-file **"OHD_25_multivideo.mpd"**.
**Download link:** https://pluto.twotype.se/~thomas/Bug_MP4BOX_Files/mp4box_bug_material.zip
### Reason why reporting this as a bug
According **Romain** over at http://stackoverflow.com, my mp4box script is correct and this should be reported as a bug.
**Stackoverflow forum thread:** http://stackoverflow.com/questions/42230812/segment-audio-video-and-create-mpd-with-mp4box
### Bug-information
- When running scrips below, the created .mpd file is not created correctly. The .mpd only uses one stream for all **"AdaptationSets"**. Look at downloadable files for result.
- To re-create the issue, use the muxed **"MULTIPLEX_DASH.mp4"** as source and run command below.
### MP4BOX - Script
```
MP4Box -dash 4000
-profile dashavc264:onDemand
-bs-switching no
-url-template
-mpd-title multivideo_vod_mpd
MULTIPLEX_DASH.mp4:trackID=1:id=v0:role=v0
MULTIPLEX_DASH.mp4:trackID=2:id=v1:role=v1
MULTIPLEX_DASH.mp4:trackID=3:id=v2:role=v2
MULTIPLEX_DASH.mp4:trackID=4:id=v3:role=v3
MULTIPLEX_DASH.mp4:trackID=5:id=v4:role=v4
MULTIPLEX_DASH.mp4:trackID=6:id=v5:role=v5
MULTIPLEX_DASH.mp4:trackID=7:id=v6:role=v6
MULTIPLEX_DASH.mp4:trackID=8:id=v7:role=v7
MULTIPLEX_DASH.mp4:trackID=9:id=a0
MULTIPLEX_DASH.mp4:trackID=10:id=a1
MULTIPLEX_DASH.mp4:trackID=11:id=a2
-out OHD_25_multivideo.mpd
```
|
MP4BOX duplicates one stream for all "AdaptationSets" when creating .mpd from a muxed-source
|
https://api.github.com/repos/gpac/gpac/issues/756/comments
| 1 |
2017-02-16T14:56:17Z
|
2019-06-28T21:35:25Z
|
https://github.com/gpac/gpac/issues/756
| 208,144,247 | 756 |
[
"gpac",
"gpac"
] |
I installed GPAC by using nightly builds http://gpac.io/downloads/gpac-nightly-builds/
http://download.tsi.telecom-paristech.fr/gpac/latest_builds/linux64/gpac/gpac_0.6.2-DEV-rev1395-g8d096e5-master_amd64.deb
MP4Client -gui http://download.tsi.telecom-paristech.fr/gpac/SRD/srd_hevc/multi_rate/hevc_srd.mpd#LIVE360
MP4Client failed to playback hevc-tiled dash contents
log shows:
[Codec] ODM1 ES1: Cannot find decoder for stream type MPEG-H HEVC Video
Deleting terminal... done (in 166 ms) - ran for 8887 ms
GPAC cleanup .
please help, thanks
|
MP4Client failed to playback hevc-tiled dash contents
|
https://api.github.com/repos/gpac/gpac/issues/755/comments
| 7 |
2017-02-16T08:25:12Z
|
2019-06-28T17:41:57Z
|
https://github.com/gpac/gpac/issues/755
| 208,051,923 | 755 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
I've followed the instructions for compilation on the raspberry pi 3 according to this page:
https://gpac.wp.imt.fr/dashcast/
After some trial and tribulation I cleanly got all three repo's compiling and installing. The only issue remaining is that there is no available package for libavcodec-extra-53 however it displayed that libav-tools replaces it and that installed with no issue.
I have checked availability of the camera on /dev/video0 but cannot seem to get appropriate output from DashCast. After creating a conf file according the the page and performing the following command:
DashCast -vf video4linux2 -v4l2f h264 -vfr 30 -vres 1920x1080 -v /dev/video0 -conf dashcast.conf -live
I get the following output:
MPD refresh time not set in live - defaulting to segment duration
Options:
video source: /dev/video0
video format: video4linux2
v4l2 format: h264
video framerate: 30
video resolution: 1920x1080
video crop: 0x0
audio source:
Configurations:
id:v1 res:1920x1080 vbr:800000
Input #0, video4linux2,v4l2, from '/dev/video0':
Duration: N/A, start: 1486533628.371648, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x1080, 30 fps, 30 tbr, 1000k tbn, 2000k tbc
AVCTX give frame duration of 1/60 - keeping requested rate 30, but this may result in unexpected behaviour.
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
^C
It will continue in that matter until I terminate it.
Any help would be greatly appreciated.
|
DashCast dropping video frames and does not create output
|
https://api.github.com/repos/gpac/gpac/issues/752/comments
| 11 |
2017-02-08T06:08:32Z
|
2019-06-28T17:41:07Z
|
https://github.com/gpac/gpac/issues/752
| 206,105,155 | 752 |
[
"gpac",
"gpac"
] |
Hi,
Read a couple answers about writing log files with -lf but it seems not to be working for me. With the earlier versions of gpac i can use printf to print variables (e.g printf("bandwidth is : %d\n",bandwidth);) and have them written to a file with a simple **MP4Client abc.mpd >mylog.txt** . Do i have to enable anything to be able to have same achieved in the newer versions of gpac.
Thanks,
jeff
|
printing variables to a file
|
https://api.github.com/repos/gpac/gpac/issues/751/comments
| 1 |
2017-02-08T01:43:54Z
|
2017-02-08T07:05:13Z
|
https://github.com/gpac/gpac/issues/751
| 206,071,504 | 751 |
[
"gpac",
"gpac"
] |
I wanted to do a dash video with MP4Box.
I generated 2 videos and 2 audios with FFmpeg using the following settings.
`ffmpeg -i oceans.mp4 -map 0:a -map -0:d -map -0:s -acodec libvorbis -ab 45k -ar 44100 -f webm -preset veryfast -vn -strict -2 audio_45k`
`ffmpeg -i oceans.mp4 -map 0:a -map -0:d -map -0:s -acodec libvorbis -ab 64k -ar 44100 -f webm -preset veryfast -vn -strict -2 audio_64k`
`ffmpeg -i oceans.mp4 -map 0 -map -0:d -map -0:s -c:v libvpx -c:a libvorbis -f webm -pix_fmt yuv420p -x264opts keyint=30:min-keyint=30:no-scenecut -r 30 -s 480x270 -crf 28 -g 30 -b:v 460000 -maxrate 500000 -bufsize 500000 -b:a 32000 -ac 2 -ar 44100 -preset veryfast -an true 270.webm`
`ffmpeg -i oceans.mp4 -map 0 -map -0:d -map -0:s -c:v libvpx -c:a libvorbis -f webm -pix_fmt yuv420p -x264opts keyint=30:min-keyint=30:no-scenecut -r 30 -s 640x360 -crf 28 -g 30 -b:v 800000 -maxrate 1000000 -bufsize 1000000 -b:a 64000 -ac 2 -ar 44100 -preset veryfast -an true 360p.webm`
When trying to generate a dash of these using MP4Box, with the following command,
`MP4Box -dash 4000 -rap -frag-rap -profile onDemand -segment-name segment -out dashed.mpd ./audio_45k ./audio_64k ./270.webm ./360.webm`
It gives the following error,
`[DASH]: File ./audio_45k not supported for dashing - skipping
[DASH]: Cannot open file ./audio_45k for dashing: Feature Not Supported
[DASH]: File ./audio_64k not supported for dashing - skipping
[DASH]: Cannot open file (null) for dashing: Feature Not Supported
[DASH]: Cannot open file (null) for dashing: Requested URL is not valid or cannot be found
[DASH]: Cannot open file (null) for dashing: Requested URL is not valid or cannot be found
[DASH] Error: no suitable file found for dashing.
`
I tried using MP4Box add but same thing. I get an error.
Would love to get some help on this!
|
Webm dashing with MP4Box
|
https://api.github.com/repos/gpac/gpac/issues/750/comments
| 2 |
2017-02-07T10:38:52Z
|
2020-07-31T12:16:06Z
|
https://github.com/gpac/gpac/issues/750
| 205,848,666 | 750 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
I'm running raspberry debian jessie and performing a sudo apt-get install gpac only get version 0.5.0 of gpac. Searching I can find a newer build for gpac. I decidedly tried to compile locally on the raspberry pi but despite what is seemingly error less make and make install I cannot seem to find the binaries and run them.
I believe I have gotten all dependencies installed and I've followed botht eh instructions here:
http://stuff.stevenreid.uk/2015/04/01/install-mp4client-mp4box-and-dashcast-on-raspbian/
and here:
https://gpac.wp.imt.fr/2011/04/20/compiling-gpac-on-ubuntu/
Please see the following for compilation output:
sudo ./configure --disable-all --use-js=no --use-ft=no --use-zlib=yes --use-jpeg=no --use-png=no --use-faad=yes --use-mad=no --use-xvid=system --use-ffmpeg=system --use-ogg=no --use-vorbis=no --use-theora=no --use-openjpeg=no --cpu=armv8
** System Configuration
Install prefix: /usr/local
Source path: /home/pi/Development/src/github.com/gpac
C compiler: gcc
C++ compiler: g++
make: make
CPU: unknown
Big Endian: no
** GPAC 0.6.2-DEV rev Core Configuration **
debug version: no
GProf enabled: no
Static build enabled: no
Memory tracking enabled: no
Fixed-Point Version: no
IPV6 Support: yes
Static Modules: no
Player disabled
Scene Manager disabled
Core tools disabled
SVG disabled
MPEG-4/VRML/X3D disabled
X3D disabled
OD Full support disabled
OD Parsing disabled
BIFS coder disabled
BIFS encoder disabled
LASeR coder disabled
SAF container disabled
Scene encoder engine disabled
Cubic QTVR import disabled
AVI disabled
OGG disabled
MPEG-2 PS disabled
MPEG-2 TS disabled
MPEG-2 TS Multiplexer disabled
AV Parsers disabled
Media importers disabled
Media exmporters disabled
SWF import disabled
Scene Graph disabled
Scene statistics disabled
Scene dump disabled
Scene encoder to ISO FF disabled
Scene loader from ISO FF disabled
BT/WRL Scene loader disabled
XMT/X3D Scene loader disabled
OD dump disabled
ISOM dump disabled
MCrypt disabled
ISO File Format disabled
ISO File Format write disabled
ISO File Format hinting disabled
ISO File Format fragments disabled
ISO File Format Adobe HDS disabled
RTP/RTSP/SDP streaming disabled
VobSub disabled
3GPP/Apple TimedText disabled
TTML TimedText disabled
HLS and DASH Manifest Disabled
Adaptive HTTP Streaming Client disabled
HEVC Support disabled
** Detected libraries **
zlib: system
OSS Audio: yes
ALSA Audio: no
Jack Audio: yes
PulseAudio Audio: no
DirectFB support: no
X11 Shared Memory support: yes (path: /usr/X11R6)
X11 XVideo support: yes
SDL Support: no
OpenGL support: no
TinyGL support: no
OpenSSL support: no
Mozilla XUL/GECKO support: no
DVB Support: no
XMLRPC Support: no
wxWidgets support: no
** Extra Libraries used **
SpiderMonkey: no
FreeType: no
JPEG: no
OpenJPEG: no
PNG: no
MAD: no
FAAD: yes
XVID: system
FFMPEG: system
Xiph OGG: no
Platinum UPnP: no
AVCap: no
A52 (AC3): system
OpenSVCDecoder: no
OpenHEVCDecoder: no
Freenect: no
Creating config.mak
Check config.log for detection failures
Done - type 'make help' for make info, 'make' to build
and for the make step:
sudo make
make -C src all
make[1]: Entering directory '/home/pi/Development/src/github.com/gpac/src'
cat .deps/utils/os_divers.dep .deps/utils/os_file.dep .deps/utils/list.dep .deps/utils/bitstream.dep .deps/utils/error.dep .deps/utils/alloc.dep .deps/utils/url.dep .deps/utils/configfile.dep .deps/isomedia/avc_ext.dep .deps/isomedia/box_code_3gpp.dep .deps/isomedia/box_code_apple.dep .deps/isomedia/box_code_base.dep .deps/isomedia/box_code_drm.dep .deps/isomedia/box_code_meta.dep .deps/isomedia/box_dump.dep .deps/isomedia/box_funcs.dep .deps/isomedia/data_map.dep .deps/isomedia/drm_sample.dep .deps/isomedia/isom_intern.dep .deps/isomedia/isom_read.dep .deps/isomedia/isom_store.dep .deps/isomedia/isom_write.dep .deps/isomedia/media.dep .deps/isomedia/media_odf.dep .deps/isomedia/meta.dep .deps/isomedia/movie_fragments.dep .deps/isomedia/sample_descs.dep .deps/isomedia/stbl_read.dep .deps/isomedia/stbl_write.dep .deps/isomedia/track.dep .deps/isomedia/tx3g.dep .deps/isomedia/iff.dep .deps/odf/desc_private.dep .deps/odf/descriptors.dep .deps/odf/odf_code.dep .deps/odf/odf_codec.dep .deps/odf/odf_command.dep .deps/odf/qos.dep .deps/odf/slc.dep .deps/media_tools/isom_tools.dep .deps/media_tools/dash_segmenter.dep .deps/media_tools/av_parsers.dep .deps/media_tools/webvtt.dep > ".depend"
CC utils/os_divers.c
CC utils/os_file.c
CC utils/list.c
CC utils/bitstream.c
CC utils/error.c
CC utils/alloc.c
CC utils/url.c
CC utils/configfile.c
CC odf/desc_private.c
CC odf/descriptors.c
odf/descriptors.c: In function ‘gf_odf_avc_cfg_write’:
odf/descriptors.c:586:2: warning: implicit declaration of function ‘gf_avc_is_rext_profile’ [-Wimplicit-function-declaration]
if (gf_avc_is_rext_profile(cfg->AVCProfileIndication)) {
^
CC odf/odf_code.c
CC odf/odf_codec.c
CC odf/odf_command.c
CC odf/qos.c
CC odf/slc.c
CC isomedia/avc_ext.c
CC isomedia/box_code_3gpp.c
CC isomedia/box_code_apple.c
CC isomedia/box_code_base.c
CC isomedia/box_code_drm.c
CC isomedia/box_code_meta.c
CC isomedia/box_dump.c
CC isomedia/box_funcs.c
CC isomedia/data_map.c
CC isomedia/drm_sample.c
CC isomedia/isom_intern.c
CC isomedia/isom_read.c
CC isomedia/isom_store.c
CC isomedia/isom_write.c
CC isomedia/media.c
CC isomedia/media_odf.c
CC isomedia/meta.c
CC isomedia/movie_fragments.c
CC isomedia/sample_descs.c
CC isomedia/stbl_read.c
CC isomedia/stbl_write.c
CC isomedia/track.c
CC isomedia/tx3g.c
CC isomedia/iff.c
CC media_tools/isom_tools.c
CC media_tools/dash_segmenter.c
CC media_tools/av_parsers.c
CC media_tools/webvtt.c
OBJS utils/os_divers.o utils/os_file.o utils/list.o utils/bitstream.o utils/error.o utils/alloc.o utils/url.o utils/configfile.o isomedia/avc_ext.o isomedia/box_code_3gpp.o isomedia/box_code_apple.o isomedia/box_code_base.o isomedia/box_code_drm.o isomedia/box_code_meta.o isomedia/box_dump.o isomedia/box_funcs.o isomedia/data_map.o isomedia/drm_sample.o isomedia/isom_intern.o isomedia/isom_read.o isomedia/isom_store.o isomedia/isom_write.o isomedia/media.o isomedia/media_odf.o isomedia/meta.o isomedia/movie_fragments.o isomedia/sample_descs.o isomedia/stbl_read.o isomedia/stbl_write.o isomedia/track.o isomedia/tx3g.o isomedia/iff.o odf/desc_private.o odf/descriptors.o odf/odf_code.o odf/odf_codec.o odf/odf_command.o odf/qos.o odf/slc.o media_tools/isom_tools.o media_tools/dash_segmenter.o media_tools/av_parsers.o media_tools/webvtt.o
LIBS -lm -L/usr/local/lib
mv ../bin/gcc/libgpac.so ../bin/gcc/libgpac.so.7.5.0
ln -sf libgpac.so.7.5.0 ../bin/gcc/libgpac.so.7
ln -sf libgpac.so.7.5.0 ../bin/gcc/libgpac.so
make[1]: Leaving directory '/home/pi/Development/src/github.com/gpac/src'
make -C applications all
make[1]: Entering directory '/home/pi/Development/src/github.com/gpac/applications'
set -e; for i in ; do make -C $i all; done
make[1]: Leaving directory '/home/pi/Development/src/github.com/gpac/applications'
make -C modules all
make[1]: Entering directory '/home/pi/Development/src/github.com/gpac/modules'
set -e; for i in ; do make -C $i all; done
make[1]: Leaving directory '/home/pi/Development/src/github.com/gpac/modules'
lastly the make install step:
sudo make install
install -d "/usr/local"
install -d "/usr/local/lib"
install -d "/usr/local/bin"
if [ -d /usr/local/lib/pkgconfig ] ; then \
install -m 644 gpac.pc "/usr/local/lib/pkgconfig" ; \
fi
install -d "/usr/local/lib/gpac"
install bin/gcc/*.so "/usr/local/lib/gpac"
rm -f /usr/local/lib/gpac/libgpac.so
rm -f /usr/local/lib/gpac/nposmozilla.so
make installdylib
make[1]: Entering directory '/home/pi/Development/src/github.com/gpac'
install -m 755 bin/gcc/libgpac.so.7.5.0 /usr/local/lib/libgpac.so.7.5.0
ln -sf libgpac.so.7.5.0 /usr/local/lib/libgpac.so.7
ln -sf libgpac.so.7.5.0 /usr/local/lib/libgpac.so
ldconfig || true
make[1]: Leaving directory '/home/pi/Development/src/github.com/gpac'
install -d "/usr/local/man"
install -d "/usr/local/man/man1"
install -m 644 /home/pi/Development/src/github.com/gpac/doc/man/mp4box.1 /usr/local/man/man1/
install -m 644 /home/pi/Development/src/github.com/gpac/doc/man/mp4client.1 /usr/local/man/man1/
install -m 644 /home/pi/Development/src/github.com/gpac/doc/man/gpac.1 /usr/local/man/man1/
install -d "/usr/local/share/gpac"
install -m 644 /home/pi/Development/src/github.com/gpac/doc/gpac.mp4 /usr/local/share/gpac/
install -d "/usr/local/share/gpac/gui"
install -m 644 /home/pi/Development/src/github.com/gpac/gui/gui.bt "/usr/local/share/gpac/gui/"
install -m 644 /home/pi/Development/src/github.com/gpac/gui/gui.js "/usr/local/share/gpac/gui/"
install -m 644 /home/pi/Development/src/github.com/gpac/gui/gwlib.js "/usr/local/share/gpac/gui/"
install -m 644 /home/pi/Development/src/github.com/gpac/gui/mpegu-core.js "/usr/local/share/gpac/gui/"
install -m 644 /home/pi/Development/src/github.com/gpac/gui/webvtt-renderer.js "/usr/local/share/gpac/gui/"
install -d "/usr/local/share/gpac/gui/icons"
install -d "/usr/local/share/gpac/gui/extensions"
install -d "/usr/local/share/gpac/shaders/"
cp --no-preserve=mode,ownership,timestamp /home/pi/Development/src/github.com/gpac/gui/icons/* /usr/local/share/gpac/gui/icons/
cp -R --no-preserve=mode,ownership,timestamp /home/pi/Development/src/github.com/gpac/gui/extensions/* /usr/local/share/gpac/gui/extensions/
cp --no-preserve=mode,ownership,timestamp /home/pi/Development/src/github.com/gpac/shaders/* /usr/local/share/gpac/shaders/
After all these steps I cannot find MP4Box or DashCast. The binaries are not found in /usr/local/bin/ and they results in unknown bash commands. Any help would be greatly appreciated. I was prompted to try and update the version of gpac per this issue:
https://github.com/gpac/gpac/issues/538
Again any and all help would be greatly appreciated. Thanks.
|
Compiling gpac from source on raspberry pi 3
|
https://api.github.com/repos/gpac/gpac/issues/749/comments
| 2 |
2017-02-07T06:24:01Z
|
2017-02-08T01:49:15Z
|
https://github.com/gpac/gpac/issues/749
| 205,797,531 | 749 |
[
"gpac",
"gpac"
] |
Hello,
I am having issues with playback of tiled HEVC MP4 streams with the latest GPAC nightly (gpac-0.6.2-DEV-rev1362-ge748b05-master-x64.exe), I have uploaded the source HEVC file, MP4 file generated with mp4box and command lines and logs to the dropbox, which I hope can help.
Problem happens on both Windows and Android builds.
Please note, the file plays back correctly with older version of mp4client (1035-g8969ba8-master) but unfortunately I do not know when exactly the problem appeared between this revision and the latest one.
Here are some observations:
1. MP4 file is generated with the following mp4box command line (rev1362):
c:\gpac\mp4box.exe -v -add multitile_3x3_UHD_qp40.hevc:FMT=HEVC:split_tiles:novpsext:fps=30:timescale=90000 -fps 30 -new multitile_3x3_UHD_qp40.mp4
2. MP4 file is attempted to be played back with the following mp4client command line:
C:\GPAC\mp4client.exe -log-file mp4client.log -logs all@info multitile_3x3_UHD_qp40.mp4
3. I did some basic debugging, and at least one problem seems to be that isor_reader_get_sample() returns samples of size 0, and the playback is stuck because decoder never receives actual data.
If more info/data is needed, please let me know.
Any help would be greatly appreciated.
Thank you!
--
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [YES ] I looked for a similar issue and couldn't find any.
- [ YES] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [ YES] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Problem playing back tiled HEVC generated with MP4Box (was working previously)
|
https://api.github.com/repos/gpac/gpac/issues/745/comments
| 2 |
2017-01-26T09:41:40Z
|
2017-01-26T12:52:32Z
|
https://github.com/gpac/gpac/issues/745
| 203,327,992 | 745 |
[
"gpac",
"gpac"
] |
Attached
- drm_file.xml with config info
-cmd: MP4BOX -crypt drm_file.xml big_buck_bunny.mp4 -out cenc_ctr_pattern.mp4
Error message: [CENC/ISMA] Encryption type not sopported
Error: Feature Not Supported
Upload .zip contains drm_file.xml and my .mp4 clip
Could you help figure out how to encrypt that clip using cens? Thanks for help!
[encrypt.zip](https://github.com/gpac/gpac/files/728082/encrypt.zip)
|
Can not encrypt .mp4 using "cens"/"CENC AES-CTR Pattern" with latest nightly build gpac-0.6.2-DEV-rev1359-g0373a51-master-win32.exe
|
https://api.github.com/repos/gpac/gpac/issues/743/comments
| 2 |
2017-01-24T22:14:51Z
|
2017-07-28T13:04:54Z
|
https://github.com/gpac/gpac/issues/743
| 202,956,025 | 743 |
[
"gpac",
"gpac"
] |
Please fix the current BUG:
https://trac.videolan.org/vlc/ticket/17860
|
tx3g and raw commands
|
https://api.github.com/repos/gpac/gpac/issues/741/comments
| 2 |
2017-01-21T19:26:52Z
|
2017-01-24T09:50:47Z
|
https://github.com/gpac/gpac/issues/741
| 202,334,770 | 741 |
[
"gpac",
"gpac"
] |
Hi all,
We are trying to create live channel stream in Mpeg-Dash with the use of MP4Box.The playback is smooth and it is playing long time(approx. 1hr), If we start the playback immediately once stream conversion started.
If playback is started later, it is playing for few minutes and apache log gives 404 for segments
when we debug the problem, we came to know that the request from client device for segment is not yet created in server.
Command used for MP4Box packaging is
" MP4Box -dash-ctx dash-live.txt -dash 4000 -rap -frag-rap -sample-groups-traf -mpd-refresh 4 -no-frags-default -bs-switching no -min-buffer 4000 -time-shift 180 -segment-name live_$RepresentationID$_ -keep-utc -insert-utc -ast-offset 6 -profile dashavc264:live -url-template -dynamic -subsegs-per-sidx -1 -out dash.mpd "
Can anyone say, why client requests for future segement, before it is generated ?
I can provide additional information, If any required
Thanks
Natarajan S
Note : Server and client both are in same time zone, same time
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [ ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
client is requesting for segment which is not yet created
|
https://api.github.com/repos/gpac/gpac/issues/740/comments
| 2 |
2017-01-20T13:25:59Z
|
2017-07-28T13:06:15Z
|
https://github.com/gpac/gpac/issues/740
| 202,139,691 | 740 |
[
"gpac",
"gpac"
] |
Hi all,
Am trying to signal the closed caption of CEA-608 and CEA-708 in manifest file after packaging. The mediainfo of encoded mp4 file is having the information of embedded subtitle information (CEA 608 and 708). So, In order to signal it in manifest file what I need to do ?
I have searched the commands of MP4Box but as per the Guidelines of DASH-IF organization, I hope there is no option in MP4Box to signal the closed caption in CEA 608 and 708
For example :
* ) Signaling presence of CEA-608 closed caption service languages in English
<Accessibility schemeIdUri="urn:scte:dash:cc:cea-608:2015" value="eng"/>
So may I know how to signal the CEA 608 and 708 while creating manifest ?
Can you please suggest me an option to do it
Thanks,
Natarajan S
- [ ] I looked for a similar issue and couldn't find any.
CHECKED
- [ ] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
CHECKED
|
Signalling of CEA 608 and 708 in MPD file
|
https://api.github.com/repos/gpac/gpac/issues/738/comments
| 4 |
2017-01-17T13:47:04Z
|
2017-01-18T10:02:38Z
|
https://github.com/gpac/gpac/issues/738
| 201,288,760 | 738 |
[
"gpac",
"gpac"
] |
I am a new user of MP4Box on a Mac running OS X Yosemite 10.10.5.
I am trying to remove a track from an MP4 file using the -rem trackID command in Terminal and I am receiving the following error message: Error - 2 input names specified, please check usage.
Does anyone have any idea what the problem is?
|
MP4Box: Error - 2 input names specified, please check usage
|
https://api.github.com/repos/gpac/gpac/issues/737/comments
| 2 |
2017-01-17T06:18:33Z
|
2017-01-17T15:29:12Z
|
https://github.com/gpac/gpac/issues/737
| 201,185,477 | 737 |
[
"gpac",
"gpac"
] |
I'm trying to use mp4box to create an MPEG-DASH files from a transport stream file. The resulting mpd file has a `<RepresentationIndex>` node references file video_dash.six. video_dash.six is not generated.
Is this expected behavior? Should video_dash.six be created by mp4box?
Details:
I'm using this command:
mp4box -dash 2000 -rap -single-file -profile main -out video_klv.mpd video.ts
Command produces a single message on the console:
[DASH] invalid call to strip_output_dir
The resulting mpd file is below. The `<RepresentationIndex>` node references file video_dash.six, which does not exist.
This is using the latest version of mp4box (0.6.2-DEV-rev1305-ga3ad30d-master) on 64-bit Win7.
```
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.6.2-DEV-rev1305-ga3ad30d-master at 2017-01-11T16:37:10.177Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H0M29.997S" maxSegmentDuration="PT0H0M2.069S" profiles="urn:mpeg:dash:profile:mp2t-main:2011">
<ProgramInformation moreInformationURL="http://gpac.io">
<Title>video.mpd generated by GPAC</Title>
</ProgramInformation>
<Period duration="PT0H0M29.997S">
<AdaptationSet segmentAlignment="true" maxWidth="1920" maxHeight="1080" par="1:1">
<Representation id="1" mimeType="video/mp2t" width="1920" height="1080" codecs="avc1.420029" startWithSAP="1" bandwidth="14588582">
<BaseURL>video_dash1.ts</BaseURL>
<SegmentList timescale="90000" duration="180000" presentationTimeOffset="126000">
<RepresentationIndex sourceURL="video_dash.six"/>
<SegmentURL mediaRange="0-3847983"/>
<SegmentURL mediaRange="3847984-7921943"/>
<SegmentURL mediaRange="7921944-11293723"/>
<SegmentURL mediaRange="11293724-15509999"/>
<SegmentURL mediaRange="15510000-18723107"/>
<SegmentURL mediaRange="18723108-22929795"/>
<SegmentURL mediaRange="22929796-26190467"/>
<SegmentURL mediaRange="26190468-30065523"/>
<SegmentURL mediaRange="30065524-33254943"/>
<SegmentURL mediaRange="33254944-37126051"/>
<SegmentURL mediaRange="37126052-40251927"/>
<SegmentURL mediaRange="40251928-44452787"/>
<SegmentURL mediaRange="44452788-47713459"/>
<SegmentURL mediaRange="47713460-51566143"/>
<SegmentURL mediaRange="51566144-54701043"/>
</SegmentList>
</Representation>
</AdaptationSet>
</Period>
</MPD>
```
|
mp4box MPD file references missing RepresentationIndex file
|
https://api.github.com/repos/gpac/gpac/issues/736/comments
| 2 |
2017-01-11T16:44:37Z
|
2019-06-28T17:40:24Z
|
https://github.com/gpac/gpac/issues/736
| 200,145,433 | 736 |
[
"gpac",
"gpac"
] |
RFC: https://tools.ietf.org/html/rfc6381#section-3.3
in function: `gf_media_get_rfc_6381_codec_name()`
`avc1.42e01e` -> `avc1.42E01E`
Fix: replace `%02x` -> `%02X`
|
rfc6381 is "case sensitive"
|
https://api.github.com/repos/gpac/gpac/issues/735/comments
| 1 |
2017-01-11T12:39:50Z
|
2017-01-11T16:38:36Z
|
https://github.com/gpac/gpac/issues/735
| 200,082,738 | 735 |
[
"gpac",
"gpac"
] |
Is there a command-line option to add a "iods" atom?
I am asking because I get the warning message: "File has no MPEG4 IOD/OD"
|
Add 'iods' atom
|
https://api.github.com/repos/gpac/gpac/issues/733/comments
| 2 |
2017-01-07T11:38:58Z
|
2024-04-20T03:19:56Z
|
https://github.com/gpac/gpac/issues/733
| 199,356,894 | 733 |
[
"gpac",
"gpac"
] |
https://github.com/stax76/staxrip/issues/130
|
problem demuxing PCM
|
https://api.github.com/repos/gpac/gpac/issues/732/comments
| 4 |
2017-01-04T15:06:28Z
|
2017-04-13T16:24:14Z
|
https://github.com/gpac/gpac/issues/732
| 198,728,700 | 732 |
[
"gpac",
"gpac"
] |
Hi, Is there a way to add image poster to each chapter of the audio file in addition to chapter name. Can you please advise. Thank you. Ajar.
|
Add image poster to chapters
|
https://api.github.com/repos/gpac/gpac/issues/730/comments
| 2 |
2016-12-22T22:01:03Z
|
2019-06-28T17:39:58Z
|
https://github.com/gpac/gpac/issues/730
| 197,275,631 | 730 |
[
"gpac",
"gpac"
] |
(Version: MP4Box - GPAC version 0.6.2-DEV-rev1258-gb731e76-master, Win10-64bit)
This command creates 12sec segment.m4s files, each have six subsegments in SIDX table (12s/2s). SIDX table has timescale=24000, subsegments 1..5 duration=0, subsegment 6 duration=288000. This is introduced in each segment.m4s file.
Is this a bug have subsegduration=0. Should each SIDX subsegment duration value be written as 48000 value?
Known bug in mp4box should I use `-dash 12000 -frag 12000` so just one subsegment is written?
```
MP4Box -noprog -dash 12000 -frag 2000 -mem-frags -rap -profile dashavc264:live ^
-bs-switching no -sample-groups-traf -single-traf ^
-url-template -segment-timeline -segment-name "test_$RepresentationID$_$Number$$Init=init$" ^
-out "test.mpd" ^
"temp-360p.mp4#trackID=1:id=v1" ^
"temp-720p.mp4#trackID=1:id=v2" ^
"temp-1080p.mp4#trackID=1:id=v3" ^
"temp-128k.mp4#trackID=1:id=a4"
```
- - - -
(bonus round) Manifest media template mask has $Time$ variable but was expecting to see "test_$RepresentationID$_$Number$.m4s" value. Segment files are written as a test_v1_1.m4s, test_v1_2.m4s, test_v1_3.m4s, ...
**edit, ignore this bonus round** I had a `-segment-timeline` in a commandline but without it I get url template as expected without $Time$ variable.
```
<AdaptationSet segmentAlignment="true" group="1" maxWidth="1024" maxHeight="426" maxFrameRate="24" par="1024:426" lang="und">
<SegmentTemplate timescale="1000" media="test_$RepresentationID$_$Number$$Time$.m4s" startNumber="1" initialization="test_$RepresentationID$_init.mp4">
<SegmentTimeline>
<S t="0" d="12000" r="4"/>
</SegmentTimeline>
</SegmentTemplate>
```
|
Dash video segment SIDX has an incorrect subsegment duration=0 values
|
https://api.github.com/repos/gpac/gpac/issues/729/comments
| 2 |
2016-12-21T21:44:14Z
|
2019-07-02T14:35:04Z
|
https://github.com/gpac/gpac/issues/729
| 197,040,090 | 729 |
[
"gpac",
"gpac"
] |
Hello
I'm gonna to read and play video files encoded with H.264/SVC from an Apache web server by DASH streaming.but I don't know how to do that.
Would you help me to do that?
thanks.
|
How Play SVC files by gpac?
|
https://api.github.com/repos/gpac/gpac/issues/727/comments
| 1 |
2016-12-21T14:23:33Z
|
2017-01-05T14:19:20Z
|
https://github.com/gpac/gpac/issues/727
| 196,944,740 | 727 |
[
"gpac",
"gpac"
] |
Dear GPAC team,
When trying to open http://download.tsi.telecom-paristech.fr/gpac/SRD/srd_hevc/multi_rate_p60/hevc_srd.mpd HEVC tiled stream on Android (Samsung Galaxy S7, Google Nexus 5, both Android 6.0.1), I get the following:
1. Using osmo4 nightly build (osmo4-0.6.2-DEV-rev1258-gb731e76-master.apk), I get a "simple" crash after trying to open the above DASH URL, log shows this:
12-21 13:50:34.821 23167-23182/com.gpac.Osmo4 E/Osmo4: Failed to rename /data/user/0/com.gpac.Osmo4/recentURLs.txt.tmp to /data/user/0/com.gpac.Osmo4/recentURLs.txt
12-21 13:50:34.851 23167-23196/com.gpac.Osmo4 I/LibrariesLoader: connect(http://download.tsi.telecom-paristech.fr/gpac/SRD/srd_hevc/multi_rate_p60/hevc_srd.mpd)
12-21 13:50:34.871 23167-23167/com.gpac.Osmo4 D/ViewRootImpl: MSG_RESIZED: ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 0) or=1
12-21 13:50:34.891 23167-23196/com.gpac.Osmo4 V/WRAPPER_JNI: connect::start
12-21 13:50:34.891 23167-23196/com.gpac.Osmo4 V/GPAC_WRAPPER: Starting to connect ...
12-21 13:50:34.891 23167-23196/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play: 0
12-21 13:50:34.891 23167-23196/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play DONE (0).
12-21 13:50:34.931 23167-23196/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=110
12-21 13:50:34.931 23167-23196/com.gpac.Osmo4 I/GPAC_WRAPPER: Unknown Message 110
12-21 13:50:34.931 23167-23196/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play: 1
12-21 13:50:34.931 23167-23196/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play DONE (1).
12-21 13:50:34.931 23167-23201/com.gpac.Osmo4 A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xdd2b7644 in tid 23201 (Thread-418)
2. If I build osmo4 on my own (Git pull from 19.12.2016), and start a debugging session from Android Studio ("Debug app"), sometimes, instead of crash, osmo4 will not crash, but report problems trying to open the stream, like this below:
12-21 14:02:31.791 28529-28564/com.gpac.Osmo4 I/LibrariesLoader: connect(http://download.tsi.telecom-paristech.fr/gpac/SRD/srd_hevc/multi_rate_p60/hevc_srd.mpd)
12-21 14:02:31.821 28529-28564/com.gpac.Osmo4 V/WRAPPER_JNI: connect::start
12-21 14:02:31.821 28529-28564/com.gpac.Osmo4 V/GPAC_WRAPPER: Starting to connect ...
12-21 14:02:31.841 28529-28564/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=101
12-21 14:02:31.841 28529-28564/com.gpac.Osmo4 V/GPAC_WRAPPER: MessageBox start Connected
12-21 14:02:31.841 28529-28564/com.gpac.Osmo4 D/Osmo4: Connected
12-21 14:02:31.841 28529-28564/com.gpac.Osmo4 V/GPAC_WRAPPER: MessageBox done Connected
12-21 14:02:31.841 28529-28571/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=101
12-21 14:02:31.841 28529-28571/com.gpac.Osmo4 V/GPAC_WRAPPER: MessageBox start Disconnected
12-21 14:02:31.841 28529-28571/com.gpac.Osmo4 D/Osmo4: Disconnected
12-21 14:02:31.841 28529-28571/com.gpac.Osmo4 V/GPAC_WRAPPER: MessageBox done Disconnected
12-21 14:02:31.841 28529-28529/com.gpac.Osmo4 D/ViewRootImpl: MSG_RESIZED: ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 0) or=1
12-21 14:02:32.001 28529-28564/com.gpac.Osmo4 V/GPAC_WRAPPER: connected ...
12-21 14:02:32.001 28529-28564/com.gpac.Osmo4 V/WRAPPER_JNI: connect::end
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GPAC_WRAPPER: Rebuilding methods for thread -708314832
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GPAC_WRAPPER: Getting current Thread -708314832...
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GPAC_WRAPPER: Getting current Thread DONE = 0xd647cb30, now registering before exit...
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GPAC_WRAPPER: Registering DONE for -708314832
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GF_LOG_CONTAINER: [iso file] Read Box "sgpd" failed (Invalid IsoMedia File) - skipping
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GF_LOG_CONTAINER: [iso file] Read Box "stbl" failed (Invalid IsoMedia File) - skipping
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GF_LOG_CONTAINER: [iso file] Read Box "minf" failed (Invalid IsoMedia File) - skipping
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GF_LOG_CONTAINER: [iso file] Read Box "mdia" failed (Invalid IsoMedia File) - skipping
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GF_LOG_CONTAINER: [iso file] Read Box "trak" failed (Invalid IsoMedia File) - skipping
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GF_LOG_CONTAINER: [iso file] Read Box "moov" failed (Invalid IsoMedia File) - skipping
12-21 14:02:32.111 28529-30801/com.gpac.Osmo4 I/GF_LOG_NETWORK: [IsoMedia] : error while opening gmem://7162@0xd5cae000, error=Invalid IsoMedia File
Any help would be appreciated!
Thanks!
|
Android - Crash or error when opening HEVC tiled DASH stream
|
https://api.github.com/repos/gpac/gpac/issues/726/comments
| 6 |
2016-12-21T13:05:58Z
|
2019-06-28T17:37:39Z
|
https://github.com/gpac/gpac/issues/726
| 196,928,312 | 726 |
[
"gpac",
"gpac"
] |
Hi,
With the latest osmo4 revision on Android (osmo4-0.6.2-DEV-rev1258-gb731e76-master.apk) I am not able to play back any HEVC or H.264 streams on my Android devices. I also tried to build osmo4 from the Git repository of 19.12.2016, with the same result.
Only first video frame is shown on the screen, and then nothing happens anymore. No audio is played back, looks like the playback is frozen.
Devices tested are: Samsung Galaxy S7 with Android 6.0.1 and Google Nexus 5 also with Android 6.0.1
I tried, for example this stream:
https://s3.amazonaws.com/x265.org/video/Tears_400_x265.mp4
But the same problem also happens with H.264 content.
Please find the log file attached below. Looks like Android MediaCodec is not happy and throws "AMEDIACODEC_INFO_TRY_AGAIN_LATER" message. If I revert back the changes from https://github.com/gpac/gpac/issues/717, some streams decode but with artifacts / jerky movements and some only get few lines rendered, but audio still works. If I enable changes from #717 then I am stuck with one frame and no audio.
Here is a snapshot from the log, please let me know if you need more info:
Any help would be greatly appreciated!
12-21 13:09:38.281 15230-15267/? I/GPAC_WRAPPER: GPAC.cfg found in /storage/emulated/0/osmo/, force using it.
12-21 13:09:38.281 15230-15267/? I/GPAC_WRAPPER: Loading User Config GPAC.cfg...
12-21 13:09:38.281 15230-15267/? I/GPAC_WRAPPER: loading modules in directory /data/data/com.gpac.Osmo4/lib...
12-21 13:09:38.281 15230-15267/? D/GPAC_WRAPPER: Loading GPAC terminal, m_user=0xdd8ca014...
12-21 13:09:38.291 15230-15267/? V/GPAC_WRAPPER: SetupLogs()
12-21 13:09:38.311 15230-15267/? V/GPAC Android Audio: [Android Audio] Setup for 2 buffers
12-21 13:09:38.311 15230-15273/? I/GPAC Android Audio: [Android Audio] Configure Output for 2 channels...
12-21 13:09:38.311 15230-15273/? V/GPAC Android Audio: [Android Audio] SampleRate : 44100
12-21 13:09:38.311 15230-15273/? V/GPAC Android Audio: [Android Audio] BitPerSample : 16
12-21 13:09:38.321 15230-15273/? V/GPAC Android Audio: [Android Audio] Buffer Size : 14176
12-21 13:09:38.321 15230-15273/? V/GPAC Android Audio: [Android Audio] Buffer Length ms : 80
12-21 13:09:38.321 15230-15267/? I/GF_LOG_MUTEX: [Thread MediaManager] Couldn't set priority(2) for thread ID 0xd7f00930
12-21 13:09:38.321 15230-15274/? I/GPAC_WRAPPER: Rebuilding methods for thread -672134864
12-21 13:09:38.321 15230-15274/? I/GPAC_WRAPPER: Getting current Thread -672134864...
12-21 13:09:38.321 15230-15274/? I/GPAC_WRAPPER: Getting current Thread DONE = 0xeedf5240, now registering before exit...
12-21 13:09:38.321 15230-15274/? I/GPAC_WRAPPER: Registering DONE for -672134864
12-21 13:09:38.321 15230-15274/? I/GF_LOG_MUTEX: [Thread MediaManager] Couldn't set priority(2) for thread ID 0xd7f00930
12-21 13:09:38.321 15230-15267/? D/GPAC_WRAPPER: Setting term size m_user=0xdd8ca014...
12-21 13:09:38.321 15230-15267/? D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:38.321 15230-15267/? I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:38.321 15230-15267/? D/GPAC_WRAPPER: File loaded at startup=/data/data/com.gpac.Osmo4/gui/gui.bt.
12-21 13:09:38.321 15230-15267/? I/GPAC_WRAPPER: Connecting to /data/data/com.gpac.Osmo4/gui/gui.bt...
12-21 13:09:38.341 15230-15267/? D/GPAC_WRAPPER: GPAC_EventProc() Message=101
12-21 13:09:38.341 15230-15267/? V/GPAC_WRAPPER: MessageBox start Connected
12-21 13:09:38.341 15230-15267/? D/Osmo4: Connected
12-21 13:09:38.341 15230-15267/? V/GPAC_WRAPPER: MessageBox done Connected
12-21 13:09:38.341 15230-15267/? V/GPAC_WRAPPER: init end
12-21 13:09:38.341 15230-15267/? D/GPAC_WRAPPER: Saving config file...
12-21 13:09:38.341 15230-15267/? I/GPAC_WRAPPER: Initialization complete, config file saved.
12-21 13:09:38.341 15230-15267/? V/WRAPPER_JNI: Returned Handle = 0xdd8ca000
12-21 13:09:38.341 15230-15267/? I/Osmo4: GPAC is ready
12-21 13:09:38.341 15230-15267/? I/Osmo4Renderer: Surface changed from thread Thread[GLThread 258,5,main]
12-21 13:09:38.341 15230-15267/? I/LibrariesLoader: Resizing to 1440x2560
12-21 13:09:38.341 15230-15267/? V/WRAPPER_JNI: resize::start
12-21 13:09:38.341 15230-15267/? V/GPAC_WRAPPER: resize start
12-21 13:09:38.341 15230-15267/? D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:38.341 15230-15267/? I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:38.341 15230-15267/? V/GPAC_WRAPPER: resize end
12-21 13:09:38.341 15230-15267/? V/WRAPPER_JNI: resize::end
12-21 13:09:38.361 15230-15274/? D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:38.361 15230-15274/? I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:38.361 15230-15273/? V/GPAC Android Audio: [Android Audio] ConfigureOutput DONE.
12-21 13:09:38.381 15230-15230/? D/ViewRootImpl: #3 mView = null
12-21 13:09:38.391 15230-15230/? E/ViewRootImpl: sendUserActionEvent() mView == null
12-21 13:09:38.391 15230-15230/? I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@d87aa45 time:206505
12-21 13:09:38.391 15230-15274/? D/GPAC_WRAPPER: GPAC_EventProc() Message=118
12-21 13:09:38.391 15230-15274/? I/GPAC_WRAPPER: Needs to display/hide the Virtual Keyboard (118)
12-21 13:09:38.391 15230-15274/? V/GPAC_WRAPPER: Done showing virtual keyboard (118)
12-21 13:09:38.441 15230-15274/? D/GPAC_WRAPPER: GPAC_EventProc() Message=118
12-21 13:09:38.441 15230-15274/? I/GPAC_WRAPPER: Needs to display/hide the Virtual Keyboard (118)
12-21 13:09:38.441 15230-15274/? V/GPAC_WRAPPER: Done showing virtual keyboard (118)
12-21 13:09:38.451 15230-15274/? D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:38.451 15230-15274/? I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:38.461 15230-15274/? D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:38.461 15230-15274/? I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:38.461 15230-15274/? D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:38.461 15230-15274/? I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:40.731 15230-15274/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=129
12-21 13:09:40.731 15230-15274/com.gpac.Osmo4 V/GPAC_WRAPPER: We received Sensor Request for turning OFF location sensors
12-21 13:09:40.731 15230-15274/com.gpac.Osmo4 I/Osmo4: Received Un-Register Sensors call
12-21 13:09:40.851 15230-15267/com.gpac.Osmo4 D/libGLESv2: DTS_GLAPI : DTS is not allowed for Package : com.gpac.Osmo4
12-21 13:09:40.861 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=110
12-21 13:09:40.861 15230-15267/com.gpac.Osmo4 I/GPAC_WRAPPER: Unknown Message 110
12-21 13:09:41.261 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 0
12-21 13:09:41.281 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=5
12-21 13:09:41.281 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: onMouseDown start
12-21 13:09:41.281 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=2
12-21 13:09:41.281 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: onMouseDown end
12-21 13:09:41.321 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=5
12-21 13:09:41.321 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=5
12-21 13:09:41.321 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=5
12-21 13:09:41.361 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=5
12-21 13:09:41.361 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=5
12-21 13:09:41.441 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 1
12-21 13:09:41.661 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 0
12-21 13:09:41.701 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 1
12-21 13:09:42.291 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 0
12-21 13:09:42.311 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=5
12-21 13:09:42.311 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: onMouseDown start
12-21 13:09:42.311 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=2
12-21 13:09:42.311 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: onMouseDown end
12-21 13:09:42.351 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=5
12-21 13:09:42.351 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=5
12-21 13:09:42.391 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 1
12-21 13:09:43.011 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 0
12-21 13:09:43.091 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 1
12-21 13:09:43.211 15230-15230/com.gpac.Osmo4 I/InjectionManager: dispatchPrepareOptionsMenu :com.gpac.Osmo4.Osmo4
12-21 13:09:43.221 15230-15230/com.gpac.Osmo4 D/AbsListView: Get MotionRecognitionManager
12-21 13:09:43.231 15230-15230/com.gpac.Osmo4 E/MotionRecognitionManager: mSContextService = android.hardware.scontext.ISContextService$Stub$Proxy@9f11dc8
12-21 13:09:43.231 15230-15230/com.gpac.Osmo4 E/MotionRecognitionManager: motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@36cce61
12-21 13:09:43.231 15230-15230/com.gpac.Osmo4 E/MotionRecognitionManager: motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@36cce61
12-21 13:09:43.251 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: #1 mView = android.widget.PopupWindow$PopupDecorView{f46ef9d V.E...... ......I. 0,0-0,0}
12-21 13:09:43.271 15230-15250/com.gpac.Osmo4 D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [992x1766]-format:1
12-21 13:09:43.311 15230-15230/com.gpac.Osmo4 W/DisplayListCanvas: DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
12-21 13:09:43.331 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-21 13:09:44.201 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 0
12-21 13:09:44.281 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 1
12-21 13:09:44.351 15230-15230/com.gpac.Osmo4 I/InjectionManager: dispatchOptionsItemSelected :com.gpac.Osmo4.Osmo4
12-21 13:09:44.361 15230-15230/com.gpac.Osmo4 D/Instrumentation: checkStartActivityResult() : Intent { act=android.intent.action.PICK dat=file:///data/user/0/com.gpac.Osmo4 typ=vnd.android.cursor.dir/lysesoft.andexplorer.file VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} (has extras) }
12-21 13:09:44.361 15230-15230/com.gpac.Osmo4 D/Instrumentation: checkStartActivityResult() : intent is instance of [Intent].
12-21 13:09:44.391 15230-15267/com.gpac.Osmo4 D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:2
12-21 13:09:44.391 15230-15267/com.gpac.Osmo4 I/Osmo4Renderer: Surface changed from thread Thread[GLThread 258,5,main]
12-21 13:09:44.391 15230-15267/com.gpac.Osmo4 I/LibrariesLoader: Resizing to 1440x2560
12-21 13:09:44.391 15230-15267/com.gpac.Osmo4 V/WRAPPER_JNI: resize::start
12-21 13:09:44.391 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: resize start
12-21 13:09:44.391 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: resize end
12-21 13:09:44.391 15230-15267/com.gpac.Osmo4 V/WRAPPER_JNI: resize::end
12-21 13:09:44.451 15230-15230/com.gpac.Osmo4 W/ResourcesManager: getTopLevelResources: /data/app/com.gpac.Osmo4-1/base.apk / 1.0 running in com.gpac.Osmo4 rsrc of package com.gpac.Osmo4
12-21 13:09:44.451 15230-15230/com.gpac.Osmo4 D/RelationGraph: garbageCollect()
12-21 13:09:44.471 15230-15230/com.gpac.Osmo4 D/Activity: performCreate Call Injection manager
12-21 13:09:44.491 15230-15230/com.gpac.Osmo4 I/InjectionManager: dispatchOnViewCreated > Target : com.gpac.Osmo4.extra.FileChooserFragment isFragment :true
12-21 13:09:44.491 15230-15230/com.gpac.Osmo4 I/InjectionManager: dispatchOnViewCreated > Target : com.gpac.Osmo4.extra.FileChooserActivity isFragment :false
12-21 13:09:44.491 15230-15230/com.gpac.Osmo4 D/SecWifiDisplayUtil: Metadata value : SecSettings2
12-21 13:09:44.491 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: #1 mView = com.android.internal.policy.PhoneWindow$DecorView{ed8807d I.E...... R.....ID 0,0-0,0}
12-21 13:09:44.521 15230-15250/com.gpac.Osmo4 D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
12-21 13:09:44.611 15230-15230/com.gpac.Osmo4 I/InjectionManager: dispatchCreateOptionsMenu :com.gpac.Osmo4.extra.FileChooserActivity
12-21 13:09:44.611 15230-15230/com.gpac.Osmo4 I/InjectionManager: dispatchPrepareOptionsMenu :com.gpac.Osmo4.extra.FileChooserActivity
12-21 13:09:44.641 15230-15230/com.gpac.Osmo4 W/DisplayListCanvas: DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
12-21 13:09:44.661 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 0) or=1
12-21 13:09:44.711 15230-15250/com.gpac.Osmo4 D/OpenGLRenderer: endAllActiveAnimators on 0xdc607e80 (ListPopupWindow$DropDownListView) with handle 0xd787a0e0
12-21 13:09:44.711 15230-15230/com.gpac.Osmo4 I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@62a16d4 time:212825
12-21 13:09:44.741 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: #3 mView = null
12-21 13:09:44.961 15230-15230/com.gpac.Osmo4 I/Osmo4: onStop called on activity
12-21 13:09:44.971 15230-15230/com.gpac.Osmo4 V/ActivityThread: updateVisibility : ActivityRecord{f418f34 token=android.os.BinderProxy@d87aa45 {com.gpac.Osmo4/com.gpac.Osmo4.Osmo4}} show : false
12-21 13:09:45.321 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 0
12-21 13:09:45.521 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 1
12-21 13:09:48.971 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 0
12-21 13:09:49.071 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: ViewPostImeInputStage processPointer 1
12-21 13:09:49.141 15230-15230/com.gpac.Osmo4 I/Osmo4: Requesting opening local file /storage/emulated/0/Tears_400_x265.mp4
12-21 13:09:49.141 15230-15267/com.gpac.Osmo4 I/LibrariesLoader: connect(/storage/emulated/0/Tears_400_x265.mp4)
12-21 13:09:49.141 15230-15267/com.gpac.Osmo4 E/libEGL: call to OpenGL ES API with no current context (logged once per thread)
12-21 13:09:49.171 15230-15267/com.gpac.Osmo4 V/WRAPPER_JNI: connect::start
12-21 13:09:49.171 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: Starting to connect ...
12-21 13:09:49.171 15230-15267/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play: 0
12-21 13:09:49.171 15230-15267/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play DONE (0).
12-21 13:09:49.191 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=110
12-21 13:09:49.191 15230-15267/com.gpac.Osmo4 I/GPAC_WRAPPER: Unknown Message 110
12-21 13:09:49.191 15230-15267/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play: 1
12-21 13:09:49.191 15230-15267/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play DONE (1).
12-21 13:09:49.201 15230-15274/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=101
12-21 13:09:49.201 15230-15274/com.gpac.Osmo4 V/GPAC_WRAPPER: MessageBox start Disconnected
12-21 13:09:49.201 15230-15274/com.gpac.Osmo4 D/Osmo4: Disconnected
12-21 13:09:49.201 15230-15274/com.gpac.Osmo4 V/GPAC_WRAPPER: MessageBox done Disconnected
12-21 13:09:49.221 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=101
12-21 13:09:49.221 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: MessageBox start Connected
12-21 13:09:49.221 15230-15267/com.gpac.Osmo4 D/Osmo4: Connected
12-21 13:09:49.221 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: MessageBox done Connected
12-21 13:09:49.231 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=102
12-21 13:09:49.231 15230-15267/com.gpac.Osmo4 I/GPAC_WRAPPER: Unknown Message 102
12-21 13:09:49.241 15230-15267/com.gpac.Osmo4 I/ACodec: [] Now uninitialized
12-21 13:09:49.241 15230-15446/com.gpac.Osmo4 I/OMXClient: Using client-side OMX mux.
12-21 13:09:49.271 15230-15446/com.gpac.Osmo4 I/ACodec: [OMX.Exynos.hevc.dec] Now Loaded
12-21 13:09:49.271 15230-15446/com.gpac.Osmo4 I/ACodec: [OMX.Exynos.hevc.dec] Now Loaded->Idle
12-21 13:09:49.271 15230-15267/com.gpac.Osmo4 I/mediacodec_dec: Video size: 1920 x 800
12-21 13:09:49.271 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:49.271 15230-15267/com.gpac.Osmo4 I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=129
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: We received Sensor Request for turning OFF location sensors
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 I/Osmo4: Received Un-Register Sensors call
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=111
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 I/GPAC_WRAPPER: Unknown Message 111
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: connected ...
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 V/WRAPPER_JNI: connect::end
12-21 13:09:49.281 15230-15446/com.gpac.Osmo4 I/ACodec: [OMX.Exynos.hevc.dec] Now Idle->Executing
12-21 13:09:49.281 15230-15446/com.gpac.Osmo4 I/ACodec: [OMX.Exynos.hevc.dec] Now Executing
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:2
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 I/Osmo4Renderer: Surface changed from thread Thread[GLThread 258,5,main]
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 I/LibrariesLoader: Resizing to 1440x2560
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 V/WRAPPER_JNI: resize::start
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: resize start
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: resize end
12-21 13:09:49.281 15230-15267/com.gpac.Osmo4 V/WRAPPER_JNI: resize::end
12-21 13:09:49.331 15230-15267/com.gpac.Osmo4 D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:2
12-21 13:09:49.331 15230-15267/com.gpac.Osmo4 I/Osmo4Renderer: Surface changed from thread Thread[GLThread 258,5,main]
12-21 13:09:49.331 15230-15267/com.gpac.Osmo4 I/LibrariesLoader: Resizing to 1440x2560
12-21 13:09:49.331 15230-15267/com.gpac.Osmo4 V/WRAPPER_JNI: resize::start
12-21 13:09:49.331 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: resize start
12-21 13:09:49.331 15230-15267/com.gpac.Osmo4 D/GPAC_WRAPPER: GPAC_EventProc() Message=88
12-21 13:09:49.331 15230-15267/com.gpac.Osmo4 I/GPAC_WRAPPER: Unknown Message 88
12-21 13:09:49.331 15230-15267/com.gpac.Osmo4 V/GPAC_WRAPPER: resize end
12-21 13:09:49.331 15230-15267/com.gpac.Osmo4 V/WRAPPER_JNI: resize::end
12-21 13:09:49.391 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:49.391 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:49.391 15230-15250/com.gpac.Osmo4 D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
12-21 13:09:49.441 15230-15230/com.gpac.Osmo4 I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@d87aa45 time:217553
12-21 13:09:49.491 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:49.491 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:49.501 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_OUTPUT_FORMAT_CHANGED
12-21 13:09:49.501 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:49.501 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: OutputIndex: 0
12-21 13:09:49.511 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: OutputIndex: 1
12-21 13:09:49.531 15230-15267/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play: 0
12-21 13:09:49.541 15230-15267/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play DONE (0).
12-21 13:09:49.541 15230-15267/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play: 1
12-21 13:09:49.541 15230-15267/com.gpac.Osmo4 V/GPAC Android Audio: [Android Audio] Play DONE (1).
12-21 13:09:49.611 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:49.611 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:49.711 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:49.711 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:49.731 15230-15230/com.gpac.Osmo4 D/ViewRootImpl: #3 mView = null
12-21 13:09:49.811 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:49.811 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:49.911 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:49.911 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:50.011 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:50.011 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:50.111 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:50.111 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:50.221 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:50.221 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
12-21 13:09:50.321 15230-15274/com.gpac.Osmo4 I/mediacodec_dec: AMEDIACODEC_INFO_TRY_AGAIN_LATER
12-21 13:09:50.321 15230-15274/com.gpac.Osmo4 I/GF_LOG_CODEC: [ODM1] Decoding Error Bad Parameter
|
Android - MediaCodec decoding does not work (Galaxy S7, Nexus 5), HEVC and H.264 streams
|
https://api.github.com/repos/gpac/gpac/issues/725/comments
| 4 |
2016-12-21T12:26:11Z
|
2019-06-28T17:35:47Z
|
https://github.com/gpac/gpac/issues/725
| 196,920,563 | 725 |
[
"gpac",
"gpac"
] |
On master branch, this assertion is triggered when playing live hls
src/media_tools/dashclient.c:2198 assert(seg_url->hls_utc_start_time);
for this reason: my test stream does have a #EXT-X-PROGRAM-DATE-TIME, so attributes->playlist_utc_timestamp is never set in m3u8.c:443, so playlist element utc_start_time is set to 0 in m3u8.c:157, in mpd.c:1891, utc_start_time is set to start_time and on the next line, hls_utc_start_time is set to utc_start_time. For the first segment of an HLS live stream, start_time is set to 0 in mpd.dc:1806 which triggers the assertion.
Removing the assertion of course fixes the problem but maybe it was added there for a reason...
|
HLS live stream assertion failing
|
https://api.github.com/repos/gpac/gpac/issues/724/comments
| 1 |
2016-12-21T11:55:11Z
|
2017-07-28T13:13:29Z
|
https://github.com/gpac/gpac/issues/724
| 196,914,780 | 724 |
[
"gpac",
"gpac"
] |
Reencoding a rotated android video and try to remux the reencode atm. I use ffmpeg with
` -metadata:s:v:0 rotation=90 `
since I prefer MP4Box I was wondering there either is an option I'm not aware of or if one could be added to add a rotation flag ?
sample of a video with the flag: http://forum.gleitz.info/attachment.php?attachmentid=99239&d=1482082115
|
Feature request: option to add rotate flag
|
https://api.github.com/repos/gpac/gpac/issues/723/comments
| 3 |
2016-12-20T20:12:37Z
|
2019-06-28T17:34:49Z
|
https://github.com/gpac/gpac/issues/723
| 196,769,042 | 723 |
[
"gpac",
"gpac"
] |
Hi, i've a problem. I want to playback an encrypted mp4 file (crypted using MP4Box tool, and an drm.xml) using DASH.
But console tells me that error:
Failed to generate a license request DOMException: No supported PSSH box found.
This is drm.xml:
```
<GPACDRM type="CENC AES-CTR">
<DRMInfo type="pssh" version="0">
<BS ID128="9A04F07998404286AB92E65BE0885F95"/>
<BS data="application/data;base64:ACE125"/>
<BS sourceFile="cenc_blob.bin"/>
</DRMInfo>
<DRMInfo type="pssh" version="1" cypherOffset="9" cypherKey="0x6770616363656E6364726D746F6F6C31" cypherIV="0x00000000000000000000000000000001">
<BS ID128="6770616363656E6364726D746F6F6C31"/>
<BS value="2" bits="32"/>
<BS ID128="0x279926496a7f5d25da69f2b3b2799a7f"/>
<BS ID128="0x676cb88f302d10227992649885984045"/>
<BS bits="8" string="CID=Toto"/>
<BS ID128="0xccc0f2b3b279926496a7f5d25da692f6"/>
<BS ID128="0xccc0f2b3b279926496a7f5d25da692d6"/>
</DRMInfo>
<CrypTrack trackID="2" IsEncrypted="1" IV_size="16" first_IV="0x0a610676cb88f302d10ac8bc66e039ed" saiSavedBox="senc">
<key KID="0x279926496a7f5d25da69f2b3b2799a7f" value="0xccc0f2b3b279926496a7f5d25da692f6"/>
</CrypTrack>
</GPACDRM>
```
This is .mpd (generated by MP4Box):
```
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.6.2-DEV-rev1147-g47f9373-master at 2016-12-03T10:37:20.403Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H4M30.118S" maxSegmentDuration="PT0H0M3.994S" profiles="urn:mpeg:dash:profile:full:2011" xmlns:cenc="urn:mpeg:cenc:2013">
<ProgramInformation moreInformationURL="http://gpac.io">
<Title>audio-enc.mpd generated by GPAC</Title>
</ProgramInformation>
<Period duration="PT0H4M30.118S">
<AdaptationSet segmentAlignment="true" lang="und">
<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="27992649-6a7f-5d25-da69-f2b3b2799a7f"/>
<Representation id="1" mimeType="audio/mp4" codecs="mp4a.40.2" audioSamplingRate="44100" startWithSAP="1" bandwidth="103460">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
<SegmentList timescale="44100" duration="176400">
<Initialization sourceURL="segment_audioinit.mp4"/>
<SegmentURL media="segments/segment_audio1.m4s"/>
....
<SegmentURL media="segments/segment_audio68.m4s"/>
</SegmentList>
</Representation>
</AdaptationSet>
</Period>
</MPD>
```
This is html page:
```
<!doctype html>
<html>
<head>
<title>Dash.js Rocks</title>
<style>
video {
width: 640px;
height: 360px;
}
</style>
</head>
<body>
<div>
<video id="videoPlayer" controls></video>
</div>
<script src="http://cdn.dashjs.org/latest/dash.all.min.js"></script>
<script src="js/main.js"></script>
<script>
(function(){
var url = "http://localhost:8080/prova-enc/audio-enc1.mpd";
var player = dashjs.MediaPlayer().create();
player.initialize(document.querySelector("#videoPlayer"), url, true);
})();
</script>
<script src="lib/ga.js"></script>
</body>
</html>
```
This is js/main.js:
```
'use strict';
var KEY = new Uint8Array([
0xcc, 0xc0, 0xf2, 0xb3, 0xb2, 0x79, 0x92, 0x64, // this is key for MP4 file
0x96, 0xa7, 0xf5, 0xd2, 0x5d, 0xa6, 0x92, 0xf6
]);
var config = [{
initDataTypes:['cenc'],
audioCapabilities: [{
contentType: 'audio/mp4; codecs="mp4a.40.2"'
}]
}];
var video = document.querySelector('video');
if(video) {
video.addEventListener('encrypted', handleEncrypted, false);
}
navigator.requestMediaKeySystemAccess('org.w3.clearkey', config).then(
function(keySystemAccess) {
return keySystemAccess.createMediaKeys();
}
).then(
function(createdMediaKeys) {
return video.setMediaKeys(createdMediaKeys);
console.log('Mediakeys=', createdMediaKeys);
}
).catch(
function(error) {
console.error('Failed to set up MediaKeys', error);
}
);
;
function handleEncrypted(event) {
console.log('encrypted event:', event);
var session = video.mediaKeys.createSession();
session.addEventListener('message', handleMessage, false);
session.generateRequest(event.initDataType, event.initData).catch(
function(error) {
console.error('Failed to generate a license request', error);
}
);
}
function handleMessage(event) {
console.log('message event: ', event);
// If you had a license server, you would make an asynchronous XMLHttpRequest
// with event.message as the body. The response from the server, as a
// Uint8Array, would then be passed to session.update().
// Instead, we will generate the license synchronously on the client, using
// the hard-coded KEY at the top.
var license = generateLicense(event.message);
console.log('license: ', license);
var session = event.target;
session.update(license).catch(
function(error) {
console.error('Failed to update the session', error);
}
);
}
// Convert Uint8Array into base64 using base64url alphabet, without padding.
function toBase64(u8arr) {
return btoa(String.fromCharCode.apply(null, u8arr)).
replace(/\+/g, '-').replace(/\//g, '_').replace(/=*$/, '');
}
// This takes the place of a license server.
// kids is an array of base64-encoded key IDs
// keys is an array of base64-encoded keys
function generateLicense(message) {
// Parse the clearkey license request.
var request = JSON.parse(new TextDecoder().decode(message));
// We only know one key, so there should only be one key ID.
// A real license server could easily serve multiple keys.
console.assert(request.kids.length === 1);
var keyObj = {
kty: 'oct',
alg: 'A128KW',
kid: request.kids[0],
k: toBase64(KEY)
};
return new TextEncoder().encode(JSON.stringify({
keys: [keyObj]
}));
}
```
Well, this is output of Chrome v.55 console:
```
[22] EME detected on this user agent! (ProtectionModel_21Jan2015)
Debug.js:108[28] Playback Initialized
Debug.js:108[41] [dash.js 2.3.0] MediaPlayer has been initialized
Debug.js:108[59] Parsing complete: ( xml2json: 6.49ms, objectiron: 3.46ms, total: 0.00995s)
Debug.js:108[62] Manifest has been refreshed at Fri Dec 09 2016 11:53:32 GMT+0100 (CET)[1481280812.694]
Debug.js:108[67] SegmentTimeline detected using calculated Live Edge Time
Debug.js:108[86] MediaSource attached to element. Waiting on open...
Debug.js:108[142] MediaSource is open!
Debug.js:108[143] Duration successfully set to: 270.118
Debug.js:108[145] Added 0 inline events
Debug.js:108[146] No video data.
Debug.js:108[148] audio codec: audio/mp4;codecs="mp4a.40.2"
Debug.js:108[159] Schedule controller stopping for audio
Debug.js:108[166] No text data.
Debug.js:108[166] No fragmentedText data.
Debug.js:108[166] No embeddedText data.
Debug.js:108[166] No muxed data.
Debug.js:108[167] Start Event Controller
Debug.js:108[170] Schedule controller starting for audio
Debug.js:108[170] Native video element event: play
Debug.js:108[183] Init fragment finished loading saving to audio's init cache
main.js:40 encrypted event: MediaEncryptedEvent
Debug.js:108[216] DRM: onNeedKey
DRM: initData: æ¬á%
[218] DRM: KeySystem Access Denied! -- Key system access denied!
Debug.js:108[219] Schedule controller stopping for audio
Debug.js:108[220] Native video element event: loadedmetadata
Debug.js:108[220] Requesting seek to time: Infinity
Debug.js:108[220] Starting playback at offset: Infinity
Debug.js:108[222] Native video element event: pause
Debug.js:108[223] Caught pending play exception - continuing (AbortError: The play() request was interrupted by a call to pause().)
main.js:45 Failed to generate a license request DOMException: No supported PSSH box found.
```
I think that there is something missing in .mpd.. but don't know what. Can someone help me?
I've read about "pssh box" in mpd, in the case of cenc using clear key.. but what shoud i modify?
Thanks for the support
|
Dash+Cenc+MP4Box -crypt doesn't work: "Failed to generate a license request DOMException: No supported PSSH box found" erro
|
https://api.github.com/repos/gpac/gpac/issues/714/comments
| 3 |
2016-12-09T10:41:22Z
|
2019-06-28T17:30:28Z
|
https://github.com/gpac/gpac/issues/714
| 194,564,812 | 714 |
[
"gpac",
"gpac"
] |
Good day !
How to create default subtitles . (automatically played together with the video). mp4 fragments without cut - in one file.
MP4Box -dash 1000 -profile live video.mp4#trackID=2:id=audio video.mp4#trackID=1:id=video video.mp4#trackID=3:id=subtitle -out video.mpd
What's missing here?
|
+ How to create default subtitles?
|
https://api.github.com/repos/gpac/gpac/issues/713/comments
| 1 |
2016-12-08T22:47:28Z
|
2019-06-28T17:36:23Z
|
https://github.com/gpac/gpac/issues/713
| 194,465,325 | 713 |
[
"gpac",
"gpac"
] |
On my device, all HLS and some Dash streams crash Osmo4.
Device: OnePlus 2, Android 6.0.1
Sample streams:
- http://www.streambox.fr/playlists/x36xhzz/x36xhzz.m3u8
- http://rdmedia.bbc.co.uk/dash/ondemand/bbb/2/client_manifest-common_init.mpd
GPAC Nightly: osmo4-0.6.2-DEV-rev1172-g3782ef6-master.apk
Log:
12-06 17:13:51.313 8786 8786 D Osmo4 : Copy assets of shaders
12-06 17:13:51.533 8786 8803 I GPAC_WRAPPER: Selected JNI VERSION[0]
12-06 17:13:51.533 8786 8803 I GPAC_WRAPPER: Registering com/gpac/Osmo4/GPACInstance natives
12-06 17:13:51.533 8786 8803 I GPAC_WRAPPER: Registering 12 methods...
12-06 17:13:51.533 8786 8803 I GPAC_WRAPPER: Registering natives DONE, now registering pthread_keys with destructor=0xdd648309
12-06 17:13:51.534 8786 8803 I GPAC_WRAPPER: Initializing GPAC with URL=http://www.streambox.fr/playlists/x36xhzz/x36xhzz.m3u8...
12-06 17:13:51.534 8786 8803 I GPAC_WRAPPER: GPAC.cfg found in /storage/emulated/0/osmo/, force using it.
12-06 17:13:51.534 8786 8803 I GPAC_WRAPPER: Loading User Config GPAC.cfg...
12-06 17:13:51.535 8786 8803 I GPAC_WRAPPER: loading modules in directory /data/data/com.gpac.Osmo4/lib...
12-06 17:13:51.537 8786 8803 D GPAC_WRAPPER: Loading GPAC terminal, m_user=0xdf753014...
12-06 17:13:51.538 8786 8803 V GPAC_WRAPPER: SetupLogs()
12-06 17:13:51.564 8786 8807 I GPAC_WRAPPER: Rebuilding methods for thread -582481616
12-06 17:13:51.564 8786 8807 I GPAC_WRAPPER: Getting current Thread -582481616...
12-06 17:13:51.564 8786 8807 I GPAC_WRAPPER: Getting current Thread DONE = 0xdd599118, now registering before exit...
12-06 17:13:51.564 8786 8807 I GPAC_WRAPPER: Registering DONE for -582481616
12-06 17:13:51.567 8786 8803 D GPAC_WRAPPER: Setting term size m_user=0xdf753014...
12-06 17:13:51.567 8786 8803 D GPAC_WRAPPER: GPAC_EventProc() Message=88
12-06 17:13:51.567 8786 8803 I GPAC_WRAPPER: Unknown Message 88
12-06 17:13:51.567 8786 8803 D GPAC_WRAPPER: File loaded at startup=/data/data/com.gpac.Osmo4/gui/gui.bt.
12-06 17:13:51.567 8786 8803 I GPAC_WRAPPER: Connecting to http://www.streambox.fr/playlists/x36xhzz/x36xhzz.m3u8...
12-06 17:13:51.627 8786 8803 V GPAC_WRAPPER: init end
12-06 17:13:51.627 8786 8803 D GPAC_WRAPPER: Saving config file...
12-06 17:13:51.627 8786 8803 I GPAC_WRAPPER: Initialization complete, config file saved.
12-06 17:13:51.627 8786 8803 I Osmo4 : GPAC is ready
12-06 17:13:51.627 8786 8803 V GPAC_WRAPPER: resize start
12-06 17:13:51.628 8786 8803 D GPAC_WRAPPER: GPAC_EventProc() Message=88
12-06 17:13:51.628 8786 8803 I GPAC_WRAPPER: Unknown Message 88
12-06 17:13:51.628 8786 8803 V GPAC_WRAPPER: resize end
12-06 17:13:52.000 8786 8811 I GPAC_WRAPPER: Rebuilding methods for thread -589563600
12-06 17:13:52.000 8786 8811 I GPAC_WRAPPER: Getting current Thread -589563600...
12-06 17:13:52.000 8786 8811 I GPAC_WRAPPER: Getting current Thread DONE = 0xdd599370, now registering before exit...
12-06 17:13:52.000 8786 8811 I GPAC_WRAPPER: Registering DONE for -589563600
12-06 17:13:52.031 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=112
12-06 17:13:52.031 8786 8811 I GPAC_WRAPPER: Unknown Message 112
12-06 17:13:52.031 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=125
12-06 17:13:52.031 8786 8811 I GPAC_WRAPPER: Unknown Message 125
12-06 17:13:52.031 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=101
12-06 17:13:52.031 8786 8811 V GPAC_WRAPPER: MessageBox start Connected
12-06 17:13:52.031 8786 8811 D Osmo4 : Connected
12-06 17:13:52.032 8786 8811 V GPAC_WRAPPER: MessageBox done Connected
12-06 17:13:52.055 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=102
12-06 17:13:52.055 8786 8811 I GPAC_WRAPPER: Unknown Message 102
12-06 17:13:52.055 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=88
12-06 17:13:52.055 8786 8811 I GPAC_WRAPPER: Unknown Message 88
12-06 17:13:52.055 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=129
12-06 17:13:52.055 8786 8811 V GPAC_WRAPPER: We received Sensor Request for turning OFF location sensors
12-06 17:13:52.056 8786 8811 I Osmo4 : Received Un-Register Sensors call
12-06 17:13:52.056 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=88
12-06 17:13:52.056 8786 8811 I GPAC_WRAPPER: Unknown Message 88
12-06 17:13:52.056 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=111
12-06 17:13:52.056 8786 8811 I GPAC_WRAPPER: Unknown Message 111
12-06 17:13:52.056 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=125
12-06 17:13:52.056 8786 8811 I GPAC_WRAPPER: Unknown Message 125
12-06 17:13:52.056 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.057 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.057 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.057 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.057 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.057 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.057 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.057 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.058 8786 8811 D GPAC_WRAPPER: GPAC_EventProc() Message=108
12-06 17:13:52.067 8786 8807 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 8807 (Thread-16347)
12-06 17:13:52.134 8817 8817 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
12-06 17:13:52.134 8817 8817 F DEBUG : Build fingerprint: 'OnePlus/OnePlus2/OnePlus2:6.0.1/MMB29M/1447840920:user/release-keys'
12-06 17:13:52.134 8817 8817 F DEBUG : Revision: '0'
12-06 17:13:52.134 8817 8817 F DEBUG : ABI: 'arm'
12-06 17:13:52.134 8817 8817 F DEBUG : pid: 8786, tid: 8807, name: Thread-16347 >>> com.gpac.Osmo4 <<<
12-06 17:13:52.134 8817 8817 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
12-06 17:13:52.134 8817 8817 F DEBUG : r0 00000000 r1 dd48073c r2 00000000 r3 00000000
12-06 17:13:52.134 8817 8817 F DEBUG : r4 ef4c80c0 r5 00000000 r6 e056dcf5 r7 000003f4
12-06 17:13:52.134 8817 8817 F DEBUG : r8 f74dbec0 r9 dd480840 sl 00000000 fp e0482000
12-06 17:13:52.134 8817 8817 F DEBUG : ip e0571f3c sp dd480738 lr e056dd2d pc e055de6c cpsr 600f0030
12-06 17:13:52.137 8817 8817 F DEBUG :
12-06 17:13:52.137 8817 8817 F DEBUG : backtrace:
12-06 17:13:52.137 8817 8817 F DEBUG : #00 pc 00005e6c /system/lib/libmediandk.so (AMediaCodec_dequeueInputBuffer+5)
12-06 17:13:52.137 8817 8817 F DEBUG : #01 pc 00001d29 /data/app/com.gpac.Osmo4-1/lib/arm/libgm_mediacodec_dec.so
12-06 17:13:52.137 8817 8817 F DEBUG : #02 pc 001c4b9b /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so
12-06 17:13:52.137 8817 8817 F DEBUG : #03 pc 001c5629 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so
12-06 17:13:52.137 8817 8817 F DEBUG : #04 pc 001c5745 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (MM_Loop+108)
12-06 17:13:52.137 8817 8817 F DEBUG : #05 pc 0014c5ed /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (RunThread+136)
12-06 17:13:52.137 8817 8817 F DEBUG : #06 pc 0003fa43 /system/lib/libc.so (_ZL15__pthread_startPv+30)
12-06 17:13:52.137 8817 8817 F DEBUG : #07 pc 00019fd5 /system/lib/libc.so (__start_thread+6)
From what I could see from my own build, it seems that in mediacodec_dec.c, in MCDec_AttachStream:
- esd->decoderConfig->objectTypeIndication == GPAC_OTI_VIDEO_AVC is true
- esd->decoderConfig->decoderSpecificInfo->data is NULL
so it goes through the return GF_OK at line 381 and does not allocate ctx->codex.
Then it crashes in MCDec_ProcessData on line 530 when AMediaCodec_dequeueInputBuffer tries to access ctx->pointer which is NULL.
I've tried with multiple stream and it's always the same problem. It's more or less working for other streams: http://www.bok.net/dash/tears_of_steel/cleartext/stream.mpd, or on some local files but then if I download a segment from the failing stream and try to play them locally, it's still crashing.
|
Android mediadec_dec module crashes on some streams
|
https://api.github.com/repos/gpac/gpac/issues/711/comments
| 3 |
2016-12-06T16:40:02Z
|
2019-06-28T17:29:27Z
|
https://github.com/gpac/gpac/issues/711
| 193,821,843 | 711 |
[
"gpac",
"gpac"
] |
I couldn't find which part of the code is parsing .mpd or leveraging the content form .mpd to play the video. Could anyone help in this? @jeanlf @rbouqueau
Is there any possibility of displaying only specific tiles in the video using osmo4 app?
|
Question : Could some one brief the procedure how SRD feature is implemented in osmo4_androidstudio
|
https://api.github.com/repos/gpac/gpac/issues/710/comments
| 2 |
2016-12-04T21:57:24Z
|
2016-12-15T06:38:02Z
|
https://github.com/gpac/gpac/issues/710
| 193,379,079 | 710 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
This is my first time using this tool. I followed instructions on https://gpac.wp.mines-telecom.fr/dashcast/ to build everything since I am on Fedora. I am on Fedora (see below) so I could not find several of the dependencies from the line from the url which are Debian specific ...
sudo apt-get install make pkg-config g++ zlib1g-dev firefox-dev libfreetype6-dev libjpeg62-dev libpng12-dev libopenjpeg-dev libmad0-dev libfaad-dev libogg-dev libvorbis-dev libtheora-dev liba52-0.7.4-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libavresample-dev libxv-dev x11proto-video-dev libgl1-mesa-dev x11proto-gl-dev linux-sound-base libxvidcore-dev libssl-dev libjack-dev libasound2-dev libpulse-dev libsdl1.2-dev dvb-apps libavcodec-extra-53 libavdevice-dev libmozjs185-dev
Do you have detailed instructions for building on Fedora/Centos, because I do not discount the possibility that I have an incorrect library even though I got no errors during build.
[recording2_DashCast_output.txt](https://github.com/gpac/gpac/files/625686/recording2_DashCast_output.txt)
[dashcast_conf.txt](https://github.com/gpac/gpac/files/625687/dashcast_conf.txt)
[tar.gz](https://github.com/gpac/gpac/files/625695/tar.gz)
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
The linux installers are for Ubuntu, I am on fedora...
# uname -a
Linux localhost.localdomain 3.19.8-100.fc20.x86_64 #1 SMP Tue May 12 17:08:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
# cat /etc/issue
Fedora release 20 (Heisenbug)
Kernel \r on an \m (\l)
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
I have attached the following:
dashcast_conf.txt - Configuration file used renamed from dashcast.conf
recording2_DashCast_output.txt - The DashCast command line execution and output.
tar.gz - Contains the output directory produced by DashCast as well as the recording2.mp4 file used as input
Let me know if I need to send more info.
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
DashCast (built on Fedora) I am not able to stream, does not stop running with input .mp4 file
|
https://api.github.com/repos/gpac/gpac/issues/709/comments
| 7 |
2016-12-01T20:37:57Z
|
2019-06-28T17:28:30Z
|
https://github.com/gpac/gpac/issues/709
| 192,955,977 | 709 |
[
"gpac",
"gpac"
] |
```
12-01 03:58:28.242 10372-11154/com.gpac.Osmo4 E/LibrariesLoader: Exceptions while loading libraries:
stlport_shared[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libstlport_shared.so"
swresample[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libswresample.so"
gm_droid_mpegv[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libgm_droid_mpegv.so"
ft2[UnsatisfiedLinkError]: dlopen failed: library "/system/lib64/libft2.so" needed or dlopened by "/system/lib64/libnativeloader.so" is not accessible for the namespace "classloader-namespace"
editline[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libeditline.so"
gpac[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libgpac.so"
gpacWrapper[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libgpacWrapper.so"
openjpeg[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libopenjpeg.so"
mad[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libmad.so"
avformat[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libavformat.so"
avcodec[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libavcodec.so"
png[UnsatisfiedLinkError]: dlopen failed: library "/system/lib64/libpng.so" needed or dlopened by "/system/lib64/libnativeloader.so" is not accessible for the namespace "classloader-namespace"
javaenv[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libjavaenv.so"
avfilter[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libavfilter.so"
jpegdroid[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libjpegdroid.so"
avutil[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.apk"],nativeLibraryDirectories=[/data/app/com.gpac.Osmo4-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libavutil.so"
js_osmo[UnsatisfiedLinkError]: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gpac.Osmo4-2/base.ap
12-01 03:58:28.243 10372-11154/com.gpac.Osmo4 E/art: No implementation found for long com.gpac.Osmo4.GPACInstance.createInstance(com.gpac.Osmo4.GpacCallback, int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) (tried Java_com_gpac_Osmo4_GPACInstance_createInstance and Java_com_gpac_Osmo4_GPACInstance_createInstance__Lcom_gpac_Osmo4_GpacCallback_2IILjava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2)
12-01 03:58:28.243 10372-11154/com.gpac.Osmo4 E/Osmo4Renderer: Failed to create new GPAC instance !
```
|
Osmo4_android_studio apk error : Faield to init GPAC due to GpacInstanceException
|
https://api.github.com/repos/gpac/gpac/issues/708/comments
| 6 |
2016-11-30T20:28:33Z
|
2016-12-02T20:07:10Z
|
https://github.com/gpac/gpac/issues/708
| 192,670,476 | 708 |
[
"gpac",
"gpac"
] |
### Issue
MP4Box miscalculates the chapter start time when microseconds are specified in the chapterfile.
If you specify CHAPTER2=00:01:30.048293, then the CHAPTER2 start from 00:02:18.293.
The calculation logic seem to be 00:01:30 + 048 seconds + 293 milliseconds.
Microseconds might not be supported as a spec but this behavior makes it really hard to find the root cause when it's occured. So, I hope it will be fixed in some way and be documented somewhere.
### How to reproduce
**1. Prepare a chapterfile with microseconds specified like below**
```
CHAPTER1=00:00:00.000000
CHAPTER1NAME=test1
CHAPTER2=00:01:30.048293
CHAPTER2NAME=test2
CHAPTER3=00:03:00.054876
CHAPTER3NAME=test3
CHAPTER4=00:04:30.103168
CHAPTER4NAME=test4
```
**2. Execute the mp4box command with -chap option**
` mp4box -chap chapterfile input.mp4`
**3. Check the Result with -info option**
` mp4box -info input.mp4`
```
Chapters:
Chapter #1 - 00:00:00.000 - "test1"
Chapter #2 - 00:02:18.293 - "test2"
Chapter #3 - 00:03:54.876 - "test3"
Chapter #4 - 00:06:13.168 - "test4"
```
**4. Misc.**
a file named *input*.chap, which contains below, is automatically created by the mp4box -chap when this issue occurred.
```
AddChapterBySecond(0,test1)
AddChapterBySecond(138,test2)
AddChapterBySecond(234,test3)
AddChapterBySecond(373,test4)
```
### Environment
- Mac OSX 10.11.6
- MP4Box -version
MP4Box - GPAC version 0.6.2-DEV-rev1133-gc77fdae-master
- GPAC: downloaded from here
http://download.tsi.telecom-paristech.fr/gpac/latest_builds/macosx_64/gpac-0.6.2-DEV-latest-master.dmg
|
MP4Box -chap miscalculates the chapter start time when microseconds are specified
|
https://api.github.com/repos/gpac/gpac/issues/706/comments
| 1 |
2016-11-28T13:13:49Z
|
2019-07-02T12:44:21Z
|
https://github.com/gpac/gpac/issues/706
| 192,002,988 | 706 |
[
"gpac",
"gpac"
] |
Using the latest nightly I get the following when trying to multiplex:
`MP4Box -par 1=1:1 -add "h:\Output\test.265"#video:fps=25 -brand hvc1 -new "H:\Output\muxed.mp4"`
an H265 file, which was created using:
`x265 --input - --output-depth 10 --y4m --profile main10 --no-high-tier --level-idc 5.2 --limit-modes --no-open-gop --lookahead-slices 0 --bitrate 1500 --crf-min 0.00 --crf-max 0.00 --cbqpoffs -2 --crqpoffs -2 --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 15.00 --aq-mode 2 --cu-lossless --vbv-maxrate 60000 --vbv-bufsize 60000 --hrd --aud --repeat-headers --range limited --colorprim bt2020 --colormatrix bt2020nc --max-cll "1000,200" --output "H:\test.265"
`
MP4Box Output:
> [32mHEVC import - frame size 3840 x 2160 at 25.000 FPS
> [32mHEVC Import results: 101 samples (314 NALUs) - Slices: 2 I 24 P 74 B - 108 SEI - 2 IDR
> [0m[32mStream uses forward prediction - stream CTS offset: 2 frames
> [0m
> Error: Feature Not Supported
Uploaded the test.265 file to my [Google Share](https://drive.google.com/drive/folders/0B_WxUS1XGCPASUZibG5XZkRfeTg?usp=sharing)
Had this issue with multiple files that were created using a similar command line.
(Tried this on Windows and Mac OS X Sierra)
|
HEVC muxing issue
|
https://api.github.com/repos/gpac/gpac/issues/705/comments
| 21 |
2016-11-27T12:33:28Z
|
2017-07-28T13:15:23Z
|
https://github.com/gpac/gpac/issues/705
| 191,858,989 | 705 |
[
"gpac",
"gpac"
] |
Hi all,
I have a problem about the tools dashcast.
I segment the region of my screen in Win 10 64bit.
My command is:
E:\wamp\www>DashCast -vf dshow -vres 320x240 -vfr 5 -v video="e2eSoft VCam" -npts -low-delay -time-shift -1 -seg-dur 2000 -live
Here is my conf file:

The problem as follows:

And my dashcast version as follows:

Who can help me. I will very grateful for your help.
James
|
DashCast live segment Problem
|
https://api.github.com/repos/gpac/gpac/issues/701/comments
| 2 |
2016-11-23T02:31:07Z
|
2019-06-28T17:27:47Z
|
https://github.com/gpac/gpac/issues/701
| 191,175,684 | 701 |
[
"gpac",
"gpac"
] |
To have a script at install-time:
- Add MP4Box in PATH.
- Osmo4/MP4Client = same thing
|
Add a pkg for MacOS installer
|
https://api.github.com/repos/gpac/gpac/issues/700/comments
| 2 |
2016-11-22T16:02:30Z
|
2019-06-28T17:27:27Z
|
https://github.com/gpac/gpac/issues/700
| 191,047,577 | 700 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [X ] I looked for a similar issue and couldn't find any.
I am trying to encrypt not-fragmented ISOBMFF mp4 file and play it in any browser using EME, I am using js code similar to this example: https://www.html5rocks.com/en/tutorials/eme/basics/
just my encrypted mp4 files instead of webm. The problem is that browser (Chrome, FF, Edge) do not raise 'encrypted' event and start to play encrypted data (random green squares appear).
According to this spec:
https://www.w3.org/TR/2014/WD-encrypted-media-20140828/cenc-format.html#detect-encrypt
Browser should detect encrypted content and raise the event but it does not.
So my question - is it because of incorrectly encrypted mp4 or because of the browser.
Is there any examples for mp4?
Thank you
|
Question - how to ecrypt not fragmented mp4 file and play it in any browser
|
https://api.github.com/repos/gpac/gpac/issues/699/comments
| 5 |
2016-11-21T22:13:30Z
|
2019-06-28T17:27:11Z
|
https://github.com/gpac/gpac/issues/699
| 190,851,036 | 699 |
[
"gpac",
"gpac"
] |
Can you ask for about examples of applications with new functions attachments (maybe covers) for HEVC?
- [ ] Are these functions only player GPAC? _"set-meta ABCD"_
- [ ] What can image formats be added?
- [ ] Can the attachment be combined interactively with pages XML?
Code:
" -set-meta args sets given meta type - syntax: "ABCD[:tk=ID]"\n"
" * ABCD: four char meta type (NULL or 0 to remove meta)\n"
" * [:tk=ID]: if not set use root (file) meta\n"
" if ID is 0 use moov meta\n"
" if ID is not 0 use track meta\n"
" -add-item args adds resource to meta\n"
" * syntax: file_path + options (\':\' separated):\n"
" file_path "this" or "self": item is the file itself\n"
" tk=ID: meta location (file, moov, track)\n"
" name=str: item name\n"
" type=itype: item 4cc type (not needed if mime is provided)\n"
" mime=mtype: item mime type\n"
" encoding=enctype: item content-encoding type\n"
" id=id: item ID\n"
" ref=4cc,id: reference of type 4cc to an other item\n"
" Image Item options\n"
" image-size=wxh sets the width and height of the image.\n"
" image-pasp=wxh sets the pixel aspect ratio property of the image.\n"
" image-rloc=wxh sets the location of this image within another image item.\n"
" image-irot=a sets the rotation angle for this image to 90*a degrees anti-clockwise.\n"
" image-hidden indicates that this image item should be hidden.\n"
" -rem-item args removes resource from meta - syntax: item_ID[:tk=ID]\n"
" -set-primary args sets item as primary for meta - syntax: item_ID[:tk=ID]\n"
" -set-xml args sets meta XML data\n"
" * syntax: xml_file_path[:tk=ID][:binary]\n"
" -rem-xml [tk=ID] removes meta XML data\n"
" -dump-xml args dumps meta XML to file - syntax file_path[:tk=ID]\n"
" -dump-item args dumps item to file - syntax item_ID[:tk=ID][:path=fileName]\n"
" -package packages input XML file into an ISO container\n"
" * all media referenced except hyperlinks are added to file\n"
" -mgt packages input XML file into an MPEG-U widget with ISO container.\n"
" * all files contained in the current folder are added to the widget package\n"
);Adding support for MPEG Image File Format (mainly HEVC, incl. tiles)
|
Question about new functions attachments for HEVC
|
https://api.github.com/repos/gpac/gpac/issues/695/comments
| 1 |
2016-11-16T08:08:32Z
|
2016-11-22T08:54:57Z
|
https://github.com/gpac/gpac/issues/695
| 189,624,248 | 695 |
[
"gpac",
"gpac"
] |
The [TagEditor project][1] supports padding, which allows in place editing of a
file:
~~~sh
$ time tageditor -s cover=y.jpg --max-padding 100000 -f z.mp4
real 0m1.988s
~~~
However MP4Box rewrites the entire file; this can be slow with large files:
~~~sh
$ time mp4box -itags cover=y.jpg z.mp4
real 0m12.911s
~~~
Does MP4Box support in place editing of files?
[1]://github.com/Martchus/tageditor#padding
|
Utilize padding for in place editing
|
https://api.github.com/repos/gpac/gpac/issues/693/comments
| 3 |
2016-11-13T22:07:51Z
|
2021-01-19T18:04:30Z
|
https://github.com/gpac/gpac/issues/693
| 188,998,625 | 693 |
[
"gpac",
"gpac"
] |
hey,
i am getting this error when trying edit the audio language tag.
```
find /Volumes/PlexMedia\ 2/Anime\ TV\ Shows/Naruto\ Shippuden/Season\ 1 -iname '*.mp4' -execdir MP4Box -lang ger {} \;
Error opening file Naruto Shippuden s01e31.mp4: Invalid IsoMedia File
[iso file] Incomplete MDAT while file is not read-only
```
can anyone help me out?
here is the file i tested:
https://www.dropbox.com/s/oitqszvayd8rwc4/Naruto%20Shippuden%20s01e01.mp4?dl=0
Thank you guys :)
|
MP4box
|
https://api.github.com/repos/gpac/gpac/issues/692/comments
| 15 |
2016-11-13T16:04:00Z
|
2016-11-15T11:23:04Z
|
https://github.com/gpac/gpac/issues/692
| 188,977,903 | 692 |
[
"gpac",
"gpac"
] |
Some strange errors with different combinations of audio/video track selectors.
Example:
`MP4Box -dash-live 4000 -frag 4000 -subdur 4000 -time-shift 20 -dash-ctx ctx.txt -mpd-refresh 1 -profile live -dynamic -out manifest.mpd ./source/movie-2.mp4#video ./source/movie-2.mp4#audio `
Live DASH-ing - press 'q' to quit, 's' to save context and quit
Error writing data (Bad address): 1 blocks to write but 0 blocks written
Next generation scheduled in 3985 ms
Slept for 3986 ms before generation
[iso file] Incomplete box mfra
[iso file] Incomplete MDAT while file is not read-only
[ISOBMF DASH] Cannot open movie-2_dash_track2_init.mp4 for writing
Error while DASH-ing file: Invalid IsoMedia File
Error DASHing file: Invalid IsoMedia File
If I don't specify video track everything is fine
`MP4Box -dash-live 4000 -frag 4000 -subdur 4000 -time-shift 20 -dash-ctx ctx.txt -mpd-refresh 1 -profile live -dynamic -out manifest.mpd ./source/movie-2.mp4 ./source/movie-2.mp4#audio`
Live DASH-ing - press 'q' to quit, 's' to save context and quit
Next generation scheduled in 3985 ms
Slept for 3984 ms before generation
Next generation scheduled in 3987 ms
If I don't specify audio track - error:
`MP4Box -dash-live 4000 -frag 4000 -subdur 4000 -time-shift 20 -dash-ctx ctx.txt -mpd-refresh 1 -profile live -dynamic -out manifest.mpd#video ./source/movie-2.mp4`
Error writing data (Bad address): 1 blocks to write but 0 blocks written
Next generation scheduled in 3990 ms
Slept for 3989 ms before generation
[iso file] Incomplete box mfra
[iso file] Incomplete MDAT while file is not read-only
[ISOBMF DASH] Cannot open movie-2_dashinit.mp4 for writing
Error while DASH-ing file: Invalid IsoMedia File
**MP4Box version**
MP4Box - GPAC version 0.6.2-DEV-rev1055-gae717dc-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration:
Features: GPAC_64_BITS GPAC_DISABLE_3D
**Source file info**
`MP4Box -info ./source/movie-2.mp4 `
* Movie Info *
Timescale 1000 - 2 tracks
Computed Duration 00:00:00.000 - Indicated Duration 00:00:00.000
Fragmented File: yes - duration 00:00:00.000
50 fragments - 2 SegmentIndexes
File suitable for progressive download (moov before mdat)
File Brand iso5 - version 512
Compatible brands: iso6 mp41
Created: UNKNOWN DATE Modified: UNKNOWN DATE
File has no MPEG4 IOD/OD
iTunes Info:
Encoder Software: Lavf56.25.101
1 UDTA types: meta (1)
Track # 1 Info - TrackID 1 - TimeScale 12288
Media Duration 00:00:00.000 - Indicated Duration 00:00:00.000
Media Info: Language "Undetermined (und)" - Type "vide:avc1" - 0 samples
Fragmented track: 1185 samples - Media Duration 00:00:49.375
Visual Track layout: x=0 y=0 width=1920 height=1080
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x21
AVC/H264 Video - Visual Size 1920 x 1080
AVC Info: 1 SPS - 1 PPS - Profile High @ Level 5
NAL Unit length bits: 32
Pixel Aspect Ratio 1:1 - Indicated track size 1920 x 1080
Chroma format YUV 4:2:0 - Luma bit depth 8 - chroma bit depth 8
SPS#1 hash: 46EBB3B8F7C743A9CA82281CC69727368F277CEE
PPS#1 hash: DC73BC45117A5611E4C7638CE58777ED2E22E887
Self-synchronized
RFC6381 Codec Parameters: avc1.640032
No sync sample found
Track # 2 Info - TrackID 2 - TimeScale 32000
Media Duration 00:00:00.000 - Indicated Duration 00:00:00.000
Media Info: Language "Undetermined (und)" - Type "soun:mp4a" - 0 samples
Fragmented track: 1536 samples - Media Duration 00:00:49.203
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x40
MPEG-4 Audio AAC LC - 2 Channel(s) - SampleRate 32000
Synchronized on stream 1
RFC6381 Codec Parameters: mp4a.40.2
Alternate Group ID 1
All samples are sync
|
Error writing data (Bad address)
|
https://api.github.com/repos/gpac/gpac/issues/691/comments
| 2 |
2016-11-12T23:18:23Z
|
2019-06-28T17:25:21Z
|
https://github.com/gpac/gpac/issues/691
| 188,940,729 | 691 |
[
"gpac",
"gpac"
] |
@rauf @RodolpheFouquet Would it be possible to add the 'section' field so that we can add new records to an existing GPAC.cfg?
The other option would be to map all current options, which is something we'll need to do anyway.
|
Improvements on the Android XML config editor
|
https://api.github.com/repos/gpac/gpac/issues/690/comments
| 1 |
2016-11-12T14:40:20Z
|
2019-06-28T17:22:56Z
|
https://github.com/gpac/gpac/issues/690
| 188,914,890 | 690 |
[
"gpac",
"gpac"
] |
I'm setting up a dashcast with this command line:
DashCast -vres 640x480 -vfr 30 -pixf yuyv422 -vf dshow -v video="Integrated Webcam" -live -low-delay -frag 200 -insert-utc -seg-marker eods -min-buffer 0.2 -ast-offset -800
I've attached the generated mpd file, changing the extension to .txt to allow it to be attached.
[dashcast.txt](https://github.com/gpac/gpac/files/579084/dashcast.txt)
When I run this mpd through http://dashif.org/conformance.html I get validation errors:
> location="/*[local-name()='MPD' and namespace-uri()='urn:mpeg:dash:schema:mpd:2011']">
> If MPD is of type "dynamic" publishTime shall be defined.
>
> Schematron validation not successful - DASH is not valid!
This dashcast fails to play with either dash.js or shaka player.
[dash.js.log.txt](https://github.com/gpac/gpac/files/579128/dash.js.log.txt)
[shaka.log.txt](https://github.com/gpac/gpac/files/579127/shaka.log.txt)
It's not clear from the logs why they don't play, but starting with an invalid mpd seems to be the start of every issue being promptly closed on their end.
|
DashCast generated mpd fails validation, won't play
|
https://api.github.com/repos/gpac/gpac/issues/686/comments
| 2 |
2016-11-08T19:11:59Z
|
2016-11-14T15:18:20Z
|
https://github.com/gpac/gpac/issues/686
| 188,077,806 | 686 |
[
"gpac",
"gpac"
] |
gpac-
I've been looking at node-gpac-dash and don't have any trouble running the node server, serving up a dashcast stream of my webcam and can play it nicely with MP4Client, nice work!
I'm using the "Low-latency DASH Server with live content" scenario. This doesn't seem to be compatible with other dash clients, like dash.js. It would be super helpful to know a little more about why all these demos work with MP4Client but some don't work with browser dash clients.
A short paragraph in the read me for that repo would go a long way, and I'm sure that @cconcolato could write it in his sleep ;)
|
Question node-gpac-dash compatibility with dash.js
|
https://api.github.com/repos/gpac/gpac/issues/684/comments
| 1 |
2016-11-08T14:48:38Z
|
2016-11-28T08:35:45Z
|
https://github.com/gpac/gpac/issues/684
| 188,010,824 | 684 |
[
"gpac",
"gpac"
] |
subsamples disappear while DASHing
|
https://api.github.com/repos/gpac/gpac/issues/683/comments
| 4 |
2016-11-08T00:09:51Z
|
2016-11-09T11:14:20Z
|
https://github.com/gpac/gpac/issues/683
| 187,866,354 | 683 |
|
[
"gpac",
"gpac"
] |
MP4Box -dash broken for media with one sample only
|
https://api.github.com/repos/gpac/gpac/issues/682/comments
| 1 |
2016-11-07T23:50:03Z
|
2017-07-28T13:15:59Z
|
https://github.com/gpac/gpac/issues/682
| 187,863,312 | 682 |
|
[
"gpac",
"gpac"
] |
When trying to split a file into segments by size mp4box won't generate files larger than 4 Gb. In the following example:
mp4box -splits 4194303 input_file.mp4
4194303 is the highest split size in kilobytes that is treated correctly. After 4194304 it starts generating files of the size equal to remainder after division n/4194303.
Tested on OS X 10.12.1:
.$ MP4Box -version
MP4Box - GPAC version 0.6.2-DEV-rev1057-g7d57811-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration: --extra-cflags=-Wno-deprecated
Features: GPAC_64_BITS GPAC_HAS_SSL GPAC_HAS_SPIDERMONKEY GPAC_HAS_JPEG GPAC_HAS_PNG
|
MP4box split by size: 4 Gb limit
|
https://api.github.com/repos/gpac/gpac/issues/680/comments
| 7 |
2016-11-05T09:05:57Z
|
2018-10-17T08:26:48Z
|
https://github.com/gpac/gpac/issues/680
| 187,485,850 | 680 |
[
"gpac",
"gpac"
] |
Hi! I'm building a repository with Qt 5 for SLES. I need x264 package, and one of the dependencies is gpac. I have no problem to compile the source in SLES 12, but have the problem in SLES 11.
`#ifdef FFMPEG_OLD_HEADERS`
`#include <ffmpeg/avformat.h>`
`#else`
`#include <libavformat/avformat.h>`
`#endif`
I have ffmpeg 3.0 but the compiler anyway sets this variable.
Configuration: SLES 11 SP4, GCC 4.8, ffmpeg 3.0
Repository: https://build.opensuse.org/package/show/home:linux4humans:qt5.6/gpac
RPM SPEC file: https://build.opensuse.org/package/view_file/home:linux4humans:qt5.6/gpac/gpac.spec?expand=1
Full build log: [fail_build_log.zip](https://github.com/gpac/gpac/files/571688/fail_build_log.zip)
|
The source code thinks that I have an old ffmpeg
|
https://api.github.com/repos/gpac/gpac/issues/679/comments
| 2 |
2016-11-04T14:05:17Z
|
2016-11-04T20:39:36Z
|
https://github.com/gpac/gpac/issues/679
| 187,341,700 | 679 |
[
"gpac",
"gpac"
] |
```
/home/xyz/gpac_extra_libs/build/android/jni/../../../libjpg/jerror.c:78:3: note:
include the header <stdlib.h> or explicitly provide a declaration for
'exit'
1 warning generated.
[armeabi] Compile arm : jpegdroid <= jfdctflt.c
[armeabi] Compile arm : jpegdroid <= jfdctint.c
[armeabi] Compile arm : jpegdroid <= jidctflt.c
[armeabi] Compile arm : jpegdroid <= jidctred.c
[armeabi] Compile arm : jpegdroid <= jquant1.c
[armeabi] Compile arm : jpegdroid <= jquant2.c
[armeabi] Compile arm : jpegdroid <= jutils.c
[armeabi] Compile arm : jpegdroid <= jmemmgr.c
[armeabi] Compile arm : jpegdroid <= jmem-android.c
/home/xyz/gpac_extra_libs/build/android/jni/jpegdroid/jmem-android.c:135:5: warning:
implicit declaration of function 'unlink' is invalid in C99
[-Wimplicit-function-declaration]
unlink(path);
^
/home/xyz/gpac_extra_libs/build/android/jni/jpegdroid/jmem-android.c:141:45: warning:
implicit declaration of function 'getpid' is invalid in C99
[-Wimplicit-function-declaration]
snprintf(path, 1023, "/sdcard/.%d.tmp", getpid());
^
2 warnings generated.
[armeabi] Compile arm : jpegdroid <= jfdctfst.c
[armeabi] Compile arm : jpegdroid <= jidctint.c
[armeabi] Compile arm : jpegdroid <= jidctfst.S
In file included from /home/xyz/gpac_extra_libs/build/android/jni/jpegdroid/jidctfst.S:17:
/home/xyzAndroid/Sdk/ndk-bundle/platforms/android-24/arch-arm/usr/include/machine/cpu-features.h:52:6: error:
Unknown or unsupported ARM architecture
# error Unknown or unsupported ARM architecture
^
1 error generated.
make: *** [/home/xyz/gpac_extra_libs/build/android/obj/local/armeabi/objs/jpegdroid/jpegdroid/jidctfst.o] Error 1
```
|
Error while building Gpac for Android: Unknown or unsupported ARM architecture
|
https://api.github.com/repos/gpac/gpac/issues/677/comments
| 5 |
2016-11-01T22:58:17Z
|
2016-12-02T18:40:47Z
|
https://github.com/gpac/gpac/issues/677
| 186,670,495 | 677 |
[
"gpac",
"gpac"
] |
Hi I'm new to Dashcast.
My objective of creating an MPEG Dash live streaming service (input rtmp, output DASH live available on a portal)
In my current test setup I use as input file in loop mode.
I test the resulting generated stream with dashjs and with the bitmovin player. In both case the playback interrupts after some seconds with no real error displayed in the player debug.
The only way I managed to have continuos playback of the stream for long itme (> 15 mins) is setting the segment duration to 16 seconds, that generate a big delay between the input file and the resulting stream.
Here follow the dashcast command I currently use (working config):
DashCast -conf dashcast.conf -v video10.mp4 -a AudioEng.m4a -npts -mpd-refresh 2 -seg-dur 16000 -live-media -low-delay -out /home/fgiuffrida/SOURCES/ECODEMO/dashcasttest/output -mpd stream.mpd -time-shift 120 -min-buffer 1.0
the dashcast.conf is:
[v1]
type=video
framerate=25
width=720
height=576
bitrate=2482000
codec=libx264
[a1]
type=audio
bitrate=128000
codec=aac
channels=2
samplerate=44000
My input for now are a video file 25 fps and the related audio aac 128k/44100
Audio video quality is good, video keep in sync and ho noises as it is 44100
I tried with chrome and firefox, chrome look more reliable.
Thanks
Francesco.
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [X] I looked for a similar issue and couldn't find any.
- [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ (I build gpac from git)
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
DashCast Live Stream - playback unreliable if the segment duration is set less than 16 sec.
|
https://api.github.com/repos/gpac/gpac/issues/676/comments
| 4 |
2016-10-31T16:23:48Z
|
2019-06-28T17:21:12Z
|
https://github.com/gpac/gpac/issues/676
| 186,329,054 | 676 |
[
"gpac",
"gpac"
] |
is vcustom param working in dash cast?
I tried this one for profiling encoder into baseline.
[v1]
type=video
width=1280
height=720
bitrate=2500000
vcustom="profile=baseline"
same with
vcustom="-profile=baseline"
vcustom="preset=fast"
or with
custom="preset-fast".
Is vcustom maybe not working in *.conf yet?
|
VCustom Parameter in dash cast
|
https://api.github.com/repos/gpac/gpac/issues/675/comments
| 1 |
2016-10-27T16:23:09Z
|
2019-06-28T17:20:54Z
|
https://github.com/gpac/gpac/issues/675
| 185,717,138 | 675 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.