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 |
|---|---|---|---|---|---|---|---|---|---|
[
"ChurchCRM",
"CRM"
] | Review the usage of JumpToWiki.php | https://api.github.com/repos/ChurchCRM/CRM/issues/129/comments | 0 | 2015-12-30T20:57:16Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/129 | 124,399,017 | 129 | |
[
"ChurchCRM",
"CRM"
] | Not sure why it is used, but we should have all the libs we need as part of AdminLTE project
| Remove the usage of jasny-bootstrap | https://api.github.com/repos/ChurchCRM/CRM/issues/128/comments | 1 | 2015-12-30T20:55:54Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/128 | 124,398,895 | 128 |
[
"ChurchCRM",
"CRM"
] | Right now to see families or the church on the map you need to update the coordinate via Family Geographic Utilities. This should be done via the save event.
| Update coordinate family/church on save | https://api.github.com/repos/ChurchCRM/CRM/issues/127/comments | 2 | 2015-12-30T20:49:17Z | 2017-04-17T03:55:14Z | https://github.com/ChurchCRM/CRM/issues/127 | 124,398,117 | 127 |
[
"ChurchCRM",
"CRM"
] | when visiting Family Geographic Utilities, the nav bar not long works
| Family Utilities Page is broken | https://api.github.com/repos/ChurchCRM/CRM/issues/126/comments | 1 | 2015-12-30T20:47:44Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/126 | 124,397,979 | 126 |
[
"ChurchCRM",
"CRM"
] | There is few links everywhere where http://www.churchdb.org is used.
| remove links to churchdb | https://api.github.com/repos/ChurchCRM/CRM/issues/125/comments | 2 | 2015-12-30T17:42:34Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/125 | 124,378,689 | 125 |
[
"ChurchCRM",
"CRM"
] | create a way for distributing (semi) private attachment files from the church to persons / families. eg: Recorded words or other media.
I envision this will be an "Attachments" table, with a reference to the family / person ID, the person who created the attachment, and date / time it was uploaded. Also it will store the actual file name of the file on the server so as not to store BLOB data in SQL. This file name will be a (GUID) to reduce possibility of collision.
The person / family, then would be able to see the list of files assigned to them, as well as download / view the files in the browser.
| Family / Person Attachments | https://api.github.com/repos/ChurchCRM/CRM/issues/122/comments | 7 | 2015-12-28T17:44:19Z | 2016-04-09T18:21:09Z | https://github.com/ChurchCRM/CRM/issues/122 | 124,096,720 | 122 |
[
"ChurchCRM",
"CRM"
] | http://bootstrap-datepicker.readthedocs.org/en/latest/
| replace jscalendar with bootstrap datepicker | https://api.github.com/repos/ChurchCRM/CRM/issues/120/comments | 5 | 2015-12-28T06:46:36Z | 2016-01-04T08:52:24Z | https://github.com/ChurchCRM/CRM/issues/120 | 124,025,704 | 120 |
[
"ChurchCRM",
"CRM"
] | Here are the steps for the upgrade, this will fix the maps issue
https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html#upgrade
| Upgrade AdminLTE to 2.x | https://api.github.com/repos/ChurchCRM/CRM/issues/116/comments | 1 | 2015-12-27T07:40:00Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/116 | 123,966,237 | 116 |
[
"ChurchCRM",
"CRM"
] | Calling seed data and got the following error
```
Slim Application Error
The application could not run because of the following error:
Details
Type: ErrorException
Code: 8
Message: Undefined variable: sAddress2
File: /var/www/public/api/services/DataSeedService.php
Line: 123
Trace
#0 /var/www/public/api/services/DataSeedService.php(123): Slim\Slim::handleErrors(8, 'Undefined varia...', '/var/www/public...', 123, Array)
#1 /var/www/public/api/services/DataSeedService.php(167): DataSeedService->insertFamily(Object(stdClass))
#2 /var/www/public/api/index.php(83): DataSeedService->generateFamilies('10')
#3 [internal function]: {closure}()
#4 /var/www/public/api/vendor/Slim/Route.php(468): call_user_func_array(Object(Closure), Array)
#5 /var/www/public/api/vendor/Slim/Slim.php(1357): Slim\Route->dispatch()
#6 /var/www/public/api/vendor/Slim/Middleware/Flash.php(85): Slim\Slim->call()
#7 /var/www/public/api/vendor/Slim/Middleware/MethodOverride.php(92): Slim\Middleware\Flash->call()
#8 /var/www/public/api/vendor/Slim/Middleware/PrettyExceptions.php(67): Slim\Middleware\MethodOverride->call()
#9 /var/www/public/api/vendor/Slim/Slim.php(1302): Slim\Middleware\PrettyExceptions->call()
#10 /var/www/public/api/index.php(122): Slim\Slim->run()
#11 {main}
```
| api/data/seed/families error | https://api.github.com/repos/ChurchCRM/CRM/issues/115/comments | 1 | 2015-12-27T06:39:02Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/115 | 123,964,591 | 115 |
[
"ChurchCRM",
"CRM"
] | We need to find a way to count installs and usage... we can keep the same Register.php code and or make an api call, or use google analysts etc...
| Register.php still goes to church info admin | https://api.github.com/repos/ChurchCRM/CRM/issues/114/comments | 1 | 2015-12-26T16:45:01Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/114 | 123,938,706 | 114 |
[
"ChurchCRM",
"CRM"
] | Photos can be uploaded and viewed in the family view, but don't show in any reports.
| Family & Person photos don't show up in member directory report | https://api.github.com/repos/ChurchCRM/CRM/issues/104/comments | 3 | 2015-12-23T15:51:03Z | 2016-01-30T06:12:43Z | https://github.com/ChurchCRM/CRM/issues/104 | 123,681,446 | 104 |
[
"ChurchCRM",
"CRM"
] | The ability to send a text or multimedia message to a group of members would be nice. Integration with www.twilio.com type services could be useful for very large groups.
| Mobile messaging integration would be nice | https://api.github.com/repos/ChurchCRM/CRM/issues/98/comments | 1 | 2015-12-22T01:21:46Z | 2017-05-21T04:06:33Z | https://github.com/ChurchCRM/CRM/issues/98 | 123,391,903 | 98 |
[
"ChurchCRM",
"CRM"
] | Update demo site landing page | https://api.github.com/repos/ChurchCRM/CRM/issues/96/comments | 1 | 2015-12-21T23:54:48Z | 2016-01-17T20:32:06Z | https://github.com/ChurchCRM/CRM/issues/96 | 123,384,264 | 96 | |
[
"ChurchCRM",
"CRM"
] | Upload develop branch to demo site. | https://api.github.com/repos/ChurchCRM/CRM/issues/95/comments | 1 | 2015-12-21T23:54:22Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/95 | 123,384,219 | 95 | |
[
"ChurchCRM",
"CRM"
] | While updating the demo site, i got the following error msg
---
MySQL error while upgrading database:
Column count doesn't match value count at row 1
You are seeing this message because you have encountered a software bug.
Please post to the ChurchInfo help forum for assistance. The complete query is shown below.
INSERT IGNORE INTO `menuconfig_mcf` VALUES (91, 'automaticpayments', 'admin', 0, 'Electronic Payments', NULL, 'ElectronicPaymentList.php', '', 'bAdmin', NULL, 0, 0, NULL, 1, 12);
ChurchInfo MySQL Version = 1.2.13
ChurchInfo PHP Version = 1.3.0
---
Not sure what php version is... also note that link to the "church info form"
| Update Error Page | https://api.github.com/repos/ChurchCRM/CRM/issues/94/comments | 0 | 2015-12-21T23:29:45Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/94 | 123,381,412 | 94 |
[
"ChurchCRM",
"CRM"
] | I was checking out the demo and this is the calendar on the financial reports. The is what it looks like:
<img width="547" alt="screen shot 2015-12-21 at 4 47 19 pm" src="https://cloud.githubusercontent.com/assets/3266363/11943382/17324e26-a803-11e5-9de3-12459c47252e.png">
| Calendar Picker Has Invisible Background | https://api.github.com/repos/ChurchCRM/CRM/issues/93/comments | 5 | 2015-12-21T22:51:21Z | 2016-01-05T04:17:28Z | https://github.com/ChurchCRM/CRM/issues/93 | 123,375,449 | 93 |
[
"ChurchCRM",
"CRM"
] | Right now we don't have a way to update the mysql db or builds from one version to another... we need a good process for that...
| find a process for auto update from version to another | https://api.github.com/repos/ChurchCRM/CRM/issues/92/comments | 1 | 2015-12-21T20:15:37Z | 2016-04-09T18:21:24Z | https://github.com/ChurchCRM/CRM/issues/92 | 123,349,565 | 92 |
[
"ChurchCRM",
"CRM"
] | Copied from: https://github.com/ChurchInfo/ChurchInfo/issues/2
My church is generating tax reports and we were having trouble with this line of code. It was always saying "Fiscal Year 2015" even though we were generating reports for 2014.
https://github.com/ChurchInfo/ChurchInfoWeb/blob/church/stgeorgecoptic/churchinfo/Reports/TaxReport.php#L213
The issue is also mentioned here: http://sourceforge.net/p/churchinfo/discussion/401180/thread/b85b7657/?limit=25#236c
| Tax Report- Wrong Fiscal Year | https://api.github.com/repos/ChurchCRM/CRM/issues/90/comments | 6 | 2015-12-21T19:14:12Z | 2016-10-01T21:35:21Z | https://github.com/ChurchCRM/CRM/issues/90 | 123,340,359 | 90 |
[
"ChurchCRM",
"CRM"
] | This button is not hooked up to any action. It should direct the user to `FamilyEditor.php` for the current FamilyID.
| Manage Family button in FamilyView.php does nothing | https://api.github.com/repos/ChurchCRM/CRM/issues/88/comments | 0 | 2015-12-21T05:36:57Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/88 | 123,214,378 | 88 |
[
"ChurchCRM",
"CRM"
] | gitter.im has integration with github and docker-hub... let us give it a test
| Test gitter.im | https://api.github.com/repos/ChurchCRM/CRM/issues/85/comments | 4 | 2015-12-21T03:13:42Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/85 | 123,202,465 | 85 |
[
"ChurchCRM",
"CRM"
] | Right now we have a MailChimp Settings for API Key and in the person view we have a listing of if the user is in the mailchimp lists or not... we need to have full CUED API for people and mailchimp and also move all the mail chimp reports to it's own menu. not sure if under admin or left menu.
| Create a MailChimp APIs and Menus | https://api.github.com/repos/ChurchCRM/CRM/issues/84/comments | 5 | 2015-12-20T16:42:04Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/84 | 123,170,783 | 84 |
[
"ChurchCRM",
"CRM"
] | The page reloads but all fields are still there (and the database). Looks like a bug to me.
| PersonCustomFieldsEditor.php - clicking x does not delete the field | https://api.github.com/repos/ChurchCRM/CRM/issues/81/comments | 1 | 2015-12-20T00:17:54Z | 2017-11-12T05:21:20Z | https://github.com/ChurchCRM/CRM/issues/81 | 123,118,030 | 81 |
[
"ChurchCRM",
"CRM"
] | Currently the heuristics to assign family records to members in the CSV import matches address and _last name_. However in many countries (and cultures) not all family members are necessarily sharing the same last name. It would be nice if there was an alternative method for assigning family records. One option would be matching envelope numbers (which would be particularly handy in case of migrating from a different member management system).
| Smarter family bundling in CSV import | https://api.github.com/repos/ChurchCRM/CRM/issues/80/comments | 3 | 2015-12-19T22:45:16Z | 2016-01-03T19:46:18Z | https://github.com/ChurchCRM/CRM/issues/80 | 123,114,876 | 80 |
[
"ChurchCRM",
"CRM"
] | Add Clearance tracking for Sunday school teachers
| Add Clearance Tracking | https://api.github.com/repos/ChurchCRM/CRM/issues/79/comments | 1 | 2015-12-19T14:36:07Z | 2024-05-14T07:55:33Z | https://github.com/ChurchCRM/CRM/issues/79 | 123,088,850 | 79 |
[
"ChurchCRM",
"CRM"
] | http://docs.churchcrm.io/en/latest/#installation
| How to install is lacking real info | https://api.github.com/repos/ChurchCRM/CRM/issues/78/comments | 13 | 2015-12-17T15:42:05Z | 2016-07-04T15:04:16Z | https://github.com/ChurchCRM/CRM/issues/78 | 122,760,379 | 78 |
[
"ChurchCRM",
"CRM"
] | Can you please format birthdays in the Sunday School class lists to read Mo/Day/ Yr
| Sunday School Birthdays format | https://api.github.com/repos/ChurchCRM/CRM/issues/72/comments | 2 | 2015-12-15T17:11:41Z | 2016-01-03T19:46:17Z | https://github.com/ChurchCRM/CRM/issues/72 | 122,320,615 | 72 |
[
"ChurchCRM",
"CRM"
] | I would like a way to click a button and email my entire sunday school class parents
| Email sunday school class parents | https://api.github.com/repos/ChurchCRM/CRM/issues/71/comments | 3 | 2015-12-15T17:11:01Z | 2016-08-03T11:05:28Z | https://github.com/ChurchCRM/CRM/issues/71 | 122,320,479 | 71 |
[
"ChurchCRM",
"CRM"
] | I want to add info to an established member. So for example. I want to add kids to an existing member...when i go in edit "family" under that person ( and I am sure i am editing under the family name not the individual person) and I go to members..and click save and add member...it wipes out all the existing data and gives me a blank entry form for entering a new family.
| Edit established member | https://api.github.com/repos/ChurchCRM/CRM/issues/70/comments | 3 | 2015-12-15T17:10:32Z | 2016-04-04T05:30:01Z | https://github.com/ChurchCRM/CRM/issues/70 | 122,320,372 | 70 |
[
"ChurchCRM",
"CRM"
] | https://hub.docker.com/r/churchwebcrm/docker/ returns 404
| Docker home page link is broken | https://api.github.com/repos/ChurchCRM/CRM/issues/69/comments | 3 | 2015-12-15T17:02:11Z | 2019-04-12T01:58:44Z | https://github.com/ChurchCRM/CRM/issues/69 | 122,318,645 | 69 |
[
"ChurchCRM",
"CRM"
] | ChurchCRM/Docker project is working I think... but we also have a docker file in ChurchCRM/CRM we need to merge them and update docker-hub to use the ChurchCRM/CRM project to build docker images.
| Merge Docker Project into CRM project | https://api.github.com/repos/ChurchCRM/CRM/issues/68/comments | 1 | 2015-12-15T15:22:09Z | 2016-01-03T19:46:17Z | https://github.com/ChurchCRM/CRM/issues/68 | 122,295,688 | 68 |
[
"ChurchCRM",
"CRM"
] | 1. Country seems to be pre-set for USA
2. Telephone formatting dito, and it seems I can't turn off the formatting (we use a two digit prefix code, e.g. 08 1234 5678.
| Allow for internationalization | https://api.github.com/repos/ChurchCRM/CRM/issues/64/comments | 4 | 2015-12-13T13:28:51Z | 2016-10-12T04:22:09Z | https://github.com/ChurchCRM/CRM/issues/64 | 121,919,424 | 64 |
[
"ChurchCRM",
"CRM"
] | null | Create Meal Lists for helping out families | https://api.github.com/repos/ChurchCRM/CRM/issues/63/comments | 5 | 2015-12-12T03:57:56Z | 2024-06-24T06:12:19Z | https://github.com/ChurchCRM/CRM/issues/63 | 121,831,735 | 63 |
[
"ChurchCRM",
"CRM"
] | Create accounts payable for tracking expenses
| Create Accounts Payable | https://api.github.com/repos/ChurchCRM/CRM/issues/62/comments | 19 | 2015-12-12T03:57:44Z | 2024-08-06T02:20:47Z | https://github.com/ChurchCRM/CRM/issues/62 | 121,831,730 | 62 |
[
"ChurchCRM",
"CRM"
] | Hi! I'm looking at evaluating ChurchCRM for our organization. I'm trying to figure out how to download it (without docker). Docs here (http://docs.churchcrm.io/en/latest/Installation/Manual/) refer to a tarball, but I can't find it. I can clone the GitHub repo, but the docs also refer to a file Install.SQL in the SQL folder, but it's not in the repo as far as I can tell. Where should I start?
| Unsure how to start manual install | https://api.github.com/repos/ChurchCRM/CRM/issues/61/comments | 9 | 2015-12-11T22:23:11Z | 2016-11-01T11:22:17Z | https://github.com/ChurchCRM/CRM/issues/61 | 121,803,798 | 61 |
[
"ChurchCRM",
"CRM"
] | ImageUpload.php yeilds the text "here1here2" when uploading a picture.
The picture is never actually uploaded.
Will investigate further.
| Picture uploads are broken | https://api.github.com/repos/ChurchCRM/CRM/issues/60/comments | 1 | 2015-12-10T02:53:35Z | 2017-11-12T05:21:23Z | https://github.com/ChurchCRM/CRM/issues/60 | 121,390,081 | 60 |
[
"ChurchCRM",
"CRM"
] | we don't have a way to retrieve lost passwords.
| create "forgot password" | https://api.github.com/repos/ChurchCRM/CRM/issues/58/comments | 1 | 2015-12-01T03:21:37Z | 2017-02-05T00:55:42Z | https://github.com/ChurchCRM/CRM/issues/58 | 119,633,274 | 58 |
[
"ChurchCRM",
"CRM"
] | While we forked in ChurchInfo v 1.2.14, our database has changed a lot... we need to document how to upgrade from church info project to our new project.
| Create upgrade from ChurchInfo help doc | https://api.github.com/repos/ChurchCRM/CRM/issues/57/comments | 1 | 2015-12-01T03:20:42Z | 2016-01-30T06:12:47Z | https://github.com/ChurchCRM/CRM/issues/57 | 119,633,194 | 57 |
[
"ChurchCRM",
"CRM"
] | find location where the software version is located and centralize them
| centralize application version | https://api.github.com/repos/ChurchCRM/CRM/issues/56/comments | 2 | 2015-12-01T03:20:00Z | 2016-01-03T19:46:17Z | https://github.com/ChurchCRM/CRM/issues/56 | 119,633,066 | 56 |
[
"ChurchCRM",
"CRM"
] | Upgrade google map api | https://api.github.com/repos/ChurchCRM/CRM/issues/55/comments | 0 | 2015-12-01T03:19:32Z | 2016-01-03T19:46:17Z | https://github.com/ChurchCRM/CRM/issues/55 | 119,632,997 | 55 | |
[
"ChurchCRM",
"CRM"
] | Ensure search by Family name is working | https://api.github.com/repos/ChurchCRM/CRM/issues/54/comments | 2 | 2015-12-01T03:19:22Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/54 | 119,632,963 | 54 | |
[
"ChurchCRM",
"CRM"
] | looks like the created/updated images are not loading from the correct data.
| Image/Link for the user who create/edited a recored is not correct | https://api.github.com/repos/ChurchCRM/CRM/issues/53/comments | 1 | 2015-12-01T03:18:54Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/53 | 119,632,880 | 53 |
[
"ChurchCRM",
"CRM"
] | the logged in image should follow the same image display process as a person page.
| Logged in user image is using gavtar | https://api.github.com/repos/ChurchCRM/CRM/issues/52/comments | 2 | 2015-12-01T03:17:55Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/52 | 119,632,771 | 52 |
[
"ChurchCRM",
"CRM"
] | If a member image is not uploaded, we should see if gavatar image exist before displaying the default.
| gavatar for member Image | https://api.github.com/repos/ChurchCRM/CRM/issues/51/comments | 1 | 2015-12-01T03:17:00Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/51 | 119,632,703 | 51 |
[
"ChurchCRM",
"CRM"
] | add demo data to the vagrant dev env to help with testing
| Vagrant dev envs need seed data | https://api.github.com/repos/ChurchCRM/CRM/issues/50/comments | 8 | 2015-12-01T03:15:39Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/50 | 119,632,577 | 50 |
[
"ChurchCRM",
"CRM"
] | null | Dashboard should be date range driven | https://api.github.com/repos/ChurchCRM/CRM/issues/49/comments | 1 | 2015-12-01T03:14:45Z | 2023-11-05T02:14:26Z | https://github.com/ChurchCRM/CRM/issues/49 | 119,632,452 | 49 |
[
"ChurchCRM",
"CRM"
] | When running the application offline, CSS and JS return 404 as they served from the internet.
The following are not local resources:
- dataTables
- ionicons font
- raphael-min.js
| Support Running the CRM offline | https://api.github.com/repos/ChurchCRM/CRM/issues/48/comments | 3 | 2015-12-01T03:14:25Z | 2016-02-20T21:38:02Z | https://github.com/ChurchCRM/CRM/issues/48 | 119,632,427 | 48 |
[
"ChurchCRM",
"CRM"
] | Some resources are hard coded to load over HTTP, not HTTPS. This breaks rendering of Google Maps #38, as well as Charts.
| Some resources load over HTTP (not s) | https://api.github.com/repos/ChurchCRM/CRM/issues/47/comments | 9 | 2015-12-01T03:09:23Z | 2016-01-21T02:05:14Z | https://github.com/ChurchCRM/CRM/issues/47 | 119,631,998 | 47 |
[
"ChurchCRM",
"CRM"
] | If the data in the cells on ConfirmReport.php is too long, the text overlaps into the next cell. Wrap text would be the preferable method.
| Cells on ConfirmReport can overlap | https://api.github.com/repos/ChurchCRM/CRM/issues/44/comments | 1 | 2015-12-01T01:47:00Z | 2017-11-12T05:21:25Z | https://github.com/ChurchCRM/CRM/issues/44 | 119,622,273 | 44 |
[
"ChurchCRM",
"CRM"
] | ConfirmReports for individual families could be named better - preferably by the family name.
| ConfirmReport names are not intuitive | https://api.github.com/repos/ChurchCRM/CRM/issues/43/comments | 1 | 2015-12-01T01:42:49Z | 2017-11-12T05:21:28Z | https://github.com/ChurchCRM/CRM/issues/43 | 119,621,822 | 43 |
[
"ChurchCRM",
"CRM"
] | The Confirm Report does not display the status of the "HideAge" checkbox.
It does not display the birthday at all if only the month and day are filled out.
It only displays the birthday if the entire YYYY-MM-DD string is present.
| ConfirmReport Birthday Bugs | https://api.github.com/repos/ChurchCRM/CRM/issues/42/comments | 1 | 2015-12-01T01:40:30Z | 2017-11-12T05:21:30Z | https://github.com/ChurchCRM/CRM/issues/42 | 119,621,572 | 42 |
[
"ChurchCRM",
"CRM"
] | The directory report does not honor members who have the "Hide Age" box checked. The birth year is still shown in the directory.
| Directory Report Does Not Honor "Hide Age" | https://api.github.com/repos/ChurchCRM/CRM/issues/41/comments | 0 | 2015-12-01T01:39:19Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/41 | 119,621,436 | 41 |
[
"ChurchCRM",
"CRM"
] | 2 issues are currently affecting maps:
- If $bLockURL = TRUE, and the enforced URL is HTTPS, the resources for maps will not load in current browsers. Resources for the maps should be loaded over HTTPS to mitigate this issue
- the inclusion of 'Include/Header.php' causes the map display to break. The resultant behavior is grey map tiles. I suspect this has something to do with the nested DIV elements in which the map is rendered.
| Maps are broken | https://api.github.com/repos/ChurchCRM/CRM/issues/38/comments | 7 | 2015-11-29T00:27:30Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/38 | 119,326,398 | 38 |
[
"ChurchCRM",
"CRM"
] | Database backups from the GUI fail when the database is not on the same host as ChurchCRM due to a missing reference to the configured MySQL Host in the mysql dump command.
Fixed here: https://github.com/crossan007/CRM/commit/cff82fa70b893dbacca6c85e8c081318d78327af
| Database Backup Script with non-local Server | https://api.github.com/repos/ChurchCRM/CRM/issues/36/comments | 0 | 2015-11-28T04:53:37Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/36 | 119,271,078 | 36 |
[
"ChurchCRM",
"CRM"
] | I am having an issue importing a csv that was exported from powerchurch. When I try to import the csv i a message saying that x number of records were imported but nothing shows up in the program. Im sure i am doing something wrong. Any help would be greatly appreciated! Thanks for all of the work!
| CSV Import | https://api.github.com/repos/ChurchCRM/CRM/issues/35/comments | 4 | 2015-11-12T16:00:45Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/35 | 116,579,643 | 35 |
[
"ChurchCRM",
"CRM"
] | I am not a coder or developer so this may be out of place.
But I'd like to replace my current ChurchInfo 1.2.14 with ChurchCRM. I have actually done so and pointed to my existing datbase. I get an error about the MySQL and PHP schema being incomatible. I edited the CheckVersion.php and got it to work but am I missing something that would have updated this automatically (like Churchinfo does when you upgrade)?
| Moving from Churchinfo 1.2.14 to Church CRM | https://api.github.com/repos/ChurchCRM/CRM/issues/34/comments | 9 | 2015-09-08T17:19:37Z | 2016-01-03T19:46:54Z | https://github.com/ChurchCRM/CRM/issues/34 | 105,429,227 | 34 |
[
"ChurchCRM",
"CRM"
] | Would be nice to rearrange widgets and or collapse those you don't care to see, and saved on a per user basis on their profile so it looks the same every time user logs in.
| Collapsable /modular widgets | https://api.github.com/repos/ChurchCRM/CRM/issues/33/comments | 1 | 2015-08-24T04:30:15Z | 2024-05-14T07:55:04Z | https://github.com/ChurchCRM/CRM/issues/33 | 102,703,828 | 33 |
[
"ChurchCRM",
"CRM"
] | Right now the gravatar is used for the "account" even if the person has a picture in the CRM. We should use the CRM Pic 1st but if none use gravatar.
Also we use try to use gravatar for a person if none is uploaded also .
| Smarter use of gravatar | https://api.github.com/repos/ChurchCRM/CRM/issues/32/comments | 3 | 2015-08-24T04:26:42Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/32 | 102,703,505 | 32 |
[
"ChurchCRM",
"CRM"
] | Looks like the image used beside the updated by is the same image of the created by person...
| Person profile updated by image is the same as the created by image | https://api.github.com/repos/ChurchCRM/CRM/issues/31/comments | 1 | 2015-08-24T04:25:02Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/31 | 102,703,401 | 31 |
[
"ChurchCRM",
"CRM"
] | the demo site will get out of sync with the code... we need a way to keep it updated...
| Auto Update / Reset Script for the demo site... | https://api.github.com/repos/ChurchCRM/CRM/issues/28/comments | 3 | 2015-08-17T07:10:51Z | 2017-03-14T05:53:34Z | https://github.com/ChurchCRM/CRM/issues/28 | 101,354,191 | 28 |
[
"ChurchCRM",
"CRM"
] | The name search needs to be sorted by First Name
| Sort person search by first name | https://api.github.com/repos/ChurchCRM/CRM/issues/25/comments | 1 | 2015-08-17T03:58:40Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/25 | 101,335,206 | 25 |
[
"ChurchCRM",
"CRM"
] | If you have multiple volunteers for canvassing its hard to know who visited who and when or how often. Within the family view (because you'll most likely be visiting there home to see whole family and not individual members) you should be able to record the last time you contacted that person.
Requesting: dropdown in family view to describe what type of contact you made (phone, home visit, hospital visit) then the date/time, and a quick note (called so an so, invited them to tent meeting etc), it might also be valuable to have a dropdown of all members to record who contacted the person so we can track who is more familiar with the visitor.
I was initially going to start just making simple notes for followup's but really like the dates recorded and who actually contacted them. so that later when you have a canvassing dashboard you can sort who was visited the least/most and who should be next on our priority list or if any visitors requested that they not be visited anymore if they already found a different church etc.
| Record Followup's/visits | https://api.github.com/repos/ChurchCRM/CRM/issues/24/comments | 2 | 2015-08-17T03:53:53Z | 2017-04-07T14:40:51Z | https://github.com/ChurchCRM/CRM/issues/24 | 101,334,421 | 24 |
[
"ChurchCRM",
"CRM"
] | I'd love to see the tool focused more on canvassing and visitor tracking.
Currently the addresses are just static text, would like to request the address link to google maps within the member display.
This way you could pull up google map directions on your phone when visiting members or visitors just by clicking on the address instead of having to copy everything over.
| Map Address linking | https://api.github.com/repos/ChurchCRM/CRM/issues/23/comments | 4 | 2015-08-17T02:58:16Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/23 | 101,328,559 | 23 |
[
"ChurchCRM",
"CRM"
] | Currently to see all events (church functions, birthdays, anniversaries) you have to run separate queries within reporting.
Would make things much easier to show a calendar view of all events for each day scheduled and be able to print them out.
I'd like to recommend possibly exporting events to a google calendar through the api and displaying the google calendar. This would also allow the ability to easily import the calendar to your android mobile for event reminders and easy viewing.
| Add Calendar view (google calendar integration) | https://api.github.com/repos/ChurchCRM/CRM/issues/22/comments | 7 | 2015-08-17T02:46:24Z | 2018-03-07T18:46:55Z | https://github.com/ChurchCRM/CRM/issues/22 | 101,326,925 | 22 |
[
"ChurchCRM",
"CRM"
] | Click on 'Sunday School Dashboard it goes to the standard dashboard url at ..Reports/SundaySchoolClassList.php
But then click on an individual sunday school group on the sidebar and it points to invalid url 404 http://...com/Reports/SundaySchoolClassView.php?groupId=3
correct link should be http://...com/SundaySchoolClassView.php?groupId=3 without /Report/
| bad link bug -http://...com/Reports/SundaySchoolClassView.php?groupId=3 | https://api.github.com/repos/ChurchCRM/CRM/issues/21/comments | 4 | 2015-08-12T13:47:59Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/21 | 100,548,475 | 21 |
[
"ChurchCRM",
"CRM"
] | We need a lic for the software based on http://choosealicense.com/ we should go with MIT :)
| Software Lic | https://api.github.com/repos/ChurchCRM/CRM/issues/17/comments | 0 | 2015-05-26T06:23:04Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/17 | 80,817,562 | 17 |
[
"ChurchCRM",
"CRM"
] | Need a vagrant box so that we can make development on the software easier for new members.
| vagrant box | https://api.github.com/repos/ChurchCRM/CRM/issues/16/comments | 2 | 2015-05-26T06:19:27Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/16 | 80,816,118 | 16 |
[
"ChurchCRM",
"CRM"
] | Add Search by FamilyName then view family | https://api.github.com/repos/ChurchCRM/CRM/issues/15/comments | 2 | 2015-05-26T04:39:40Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/15 | 80,787,327 | 15 | |
[
"ChurchCRM",
"CRM"
] | We need a build script to create a zip file so that we can create versions of the applications .
| Create a Build Script | https://api.github.com/repos/ChurchCRM/CRM/issues/14/comments | 4 | 2015-05-24T21:51:56Z | 2016-07-02T13:19:46Z | https://github.com/ChurchCRM/CRM/issues/14 | 80,281,540 | 14 |
[
"ChurchCRM",
"CRM"
] | right now I have both Drone and Travis looks at our system... but both fail, we need to ensure one of them work and stop using the other...
| Drone.io vs Travis CI | https://api.github.com/repos/ChurchCRM/CRM/issues/13/comments | 2 | 2015-05-24T21:42:06Z | 2016-01-21T01:57:54Z | https://github.com/ChurchCRM/CRM/issues/13 | 80,278,920 | 13 |
[
"ChurchCRM",
"CRM"
] | Extract Help files outside the build into a help.churchcrm.io site... | https://api.github.com/repos/ChurchCRM/CRM/issues/12/comments | 6 | 2015-05-22T05:52:20Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/12 | 79,303,061 | 12 | |
[
"ChurchCRM",
"CRM"
] | from Daniel
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
Released branches:
Master
Develop
Experimental (cutting edge features)
Master the stable release
Develop the branch where we include the new features etc.
And the experimental branch (where we try new things out, like eloquent, composer, etc etc)
| switch development branches to git-flow | https://api.github.com/repos/ChurchCRM/CRM/issues/11/comments | 2 | 2015-05-19T21:10:32Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/11 | 78,251,718 | 11 |
[
"ChurchCRM",
"CRM"
] | need a way to keep database scripts in sync as we add more features
| Setup a database migrations tool | https://api.github.com/repos/ChurchCRM/CRM/issues/10/comments | 6 | 2015-05-19T15:07:07Z | 2016-02-27T04:11:51Z | https://github.com/ChurchCRM/CRM/issues/10 | 78,126,174 | 10 |
[
"ChurchCRM",
"CRM"
] | - support email as login id
- email temp password to user...
| Revamp the User management | https://api.github.com/repos/ChurchCRM/CRM/issues/9/comments | 2 | 2015-05-19T14:53:13Z | 2016-11-21T16:02:04Z | https://github.com/ChurchCRM/CRM/issues/9 | 78,121,372 | 9 |
[
"ChurchCRM",
"CRM"
] | We need a good dependencies manager... we can use Composer or Bower... not sure which is the better one.
| Use bower or Composer to Manage Project Dependencies | https://api.github.com/repos/ChurchCRM/CRM/issues/8/comments | 4 | 2015-05-19T14:51:33Z | 2016-01-10T22:40:55Z | https://github.com/ChurchCRM/CRM/issues/8 | 78,120,805 | 8 |
[
"ChurchCRM",
"CRM"
] | http://developer.android.com/guide/topics/providers/contacts-provider.html
| Export Member List as google android contacts | https://api.github.com/repos/ChurchCRM/CRM/issues/6/comments | 4 | 2015-05-19T07:41:03Z | 2022-06-20T16:08:39Z | https://github.com/ChurchCRM/CRM/issues/6 | 77,977,052 | 6 |
[
"ChurchCRM",
"CRM"
] | Need a new API that can be used for time stamping the last time a person/family have verified the info i n the CRM.
- The API will update a last verified date
- The API will update a note in the person/family with the verified date and the current user who called the API.
| Create way for a Family/Person to Verify the info | https://api.github.com/repos/ChurchCRM/CRM/issues/5/comments | 1 | 2015-05-19T03:44:55Z | 2016-06-18T16:02:12Z | https://github.com/ChurchCRM/CRM/issues/5 | 77,915,741 | 5 |
[
"ChurchCRM",
"CRM"
] | Need a modern PHP ORM framework
| Need ORM Framework | https://api.github.com/repos/ChurchCRM/CRM/issues/4/comments | 2 | 2015-05-19T03:38:09Z | 2016-06-25T04:00:12Z | https://github.com/ChurchCRM/CRM/issues/4 | 77,914,789 | 4 |
[
"ChurchCRM",
"CRM"
] | We need to move to Rest APIs for new features. Need to research and create a POC using modern PHP MVC frameworks
| Need a MVC for Rest APIs | https://api.github.com/repos/ChurchCRM/CRM/issues/3/comments | 2 | 2015-05-19T03:37:15Z | 2016-01-03T19:46:53Z | https://github.com/ChurchCRM/CRM/issues/3 | 77,914,648 | 3 |
[
"ChurchCRM",
"CRM"
] | Thanks for enabling issue reporting as requested in https://github.com/ChurchInfo/ChurchInfo/issues/6
Live demo at http://www.krysto.com/churchinfo/ is not working. When you get time, please look into it. (Just posting here so that it wouldn't get missed out)
| Live demo not working | https://api.github.com/repos/ChurchCRM/CRM/issues/2/comments | 4 | 2015-05-13T07:46:50Z | 2017-11-12T05:21:33Z | https://github.com/ChurchCRM/CRM/issues/2 | 75,887,580 | 2 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified a stack overflow bug in the [last commit ](https://github.com/gpac/gpac/commit/dbf965551a84a6c98522870db91c7a72a3aa8674)
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
/configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -diso stack_overflow_poc
```
### **bug information**
```
==3319609==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x77fb52b01234 at pc 0x56b0b02fb4cc bp 0x7ffdfc337e80 sp 0x7ffdfc337620
WRITE of size 21 at 0x77fb52b01234 thread T0
#0 0x56b0b02fb4cb in vsprintf (/work/MP4Box+0xa6e4cb) (BuildId: 6d2ed90bfd88ff54bb7c44b266a06e7b6eac2b36)
#1 0x56b0b02fc59a in sprintf (/work/MP4Box+0xa6f59a) (BuildId: 6d2ed90bfd88ff54bb7c44b266a06e7b6eac2b36)
#2 0x56b0b0a4a803 in format_duration /src/src/isomedia/box_dump.c
#3 0x56b0b0a4a14a in chpl_box_dump /src/src/isomedia/box_dump.c:494:50
#4 0x56b0b0ab91a4 in gf_isom_box_dump /src/src/isomedia/box_funcs.c:2345:2
#5 0x56b0b0a46a0a in gf_isom_dump /src/src/isomedia/box_dump.c:142:3
#6 0x56b0b040f18f in dump_isom_xml /src/applications/mp4box/filedump.c:2078:6
#7 0x56b0b03d763f in mp4box_main /src/applications/mp4box/mp4box.c:6546:7
#8 0x77fb54885d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
#9 0x77fb54885e3f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e3f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
#10 0x56b0b02d5b84 in _start (/work/MP4Box+0xa48b84) (BuildId: 6d2ed90bfd88ff54bb7c44b266a06e7b6eac2b36)
Address 0x77fb52b01234 is located in stack of thread T0 at offset 52 in frame
#0 0x56b0b0a49d67 in chpl_box_dump /src/src/isomedia/box_dump.c:481
This frame has 1 object(s):
[32, 52) 'szDur' (line 490) <== Memory access at offset 52 overflows this variable
HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
(longjmp and C++ exceptions *are* supported)
SUMMARY: AddressSanitizer: stack-buffer-overflow (/work/MP4Box+0xa6e4cb) (BuildId: 6d2ed90bfd88ff54bb7c44b266a06e7b6eac2b36) in vsprintf
Shadow bytes around the buggy address:
```
### **Potential buggy locations**
```
491 GF_ChapterEntry *ce = (GF_ChapterEntry *)gf_list_get(p->list, i);
492 gf_fprintf(trace, "<Chapter name=\"");
493 dump_escape_string(trace, ce->name);
494 gf_fprintf(trace, "\" startTime=\"%s\" />\n", format_duration(ce->start_time, 1000*10000, szDur));
```
```
^[[0misomedia/box_dump.c:442:8: runtime error: 7.23402e+12 is outside the range of representable values of type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior isomedia/box_dump.c:442:8
438 static char *format_duration(u64 dur, u32 timescale, char *szDur)
439 {
440 u32 h, m, s, ms;
441 if (!timescale) return NULL;
442 dur = (u32) (( ((Double) (s64) dur)/timescale)*1000);
```
The crash occurs in the format_duration() function on line 494 due to an integer overflow on line 442, which ultimately results in a stack overflow. I believe that my previous submission of the three integer overflow issues (#2927, #2928, #2930) should not be ignored, as they could present potential vulnerabilities in the program. These vulnerabilities might be exploited to facilitate a severe control-flow hijack attack, such as the stack overflow observed in this case.
[stack_overflow_poc.zip](https://github.com/user-attachments/files/16477987/stack_overflow_poc.zip)
| A stack overflow bug in box_dump.c | https://api.github.com/repos/gpac/gpac/issues/2935/comments | 1 | 2024-08-03T03:57:37Z | 2024-08-05T13:21:55Z | https://github.com/gpac/gpac/issues/2935 | 2,446,046,728 | 2,935 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified a null-pointer dereference bug in the [last commit ](https://github.com/gpac/gpac/commit/dbf965551a84a6c98522870db91c7a72a3aa8674)
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
/configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -diso npd_poc
```
### **bug information**
```
isomedia/box_dump.c:1908:30: runtime error: applying zero offset to null pointer
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior isomedia/box_dump.c:1908:30
```
### **Potential fix**
```
1907 gf_fprintf(trace, " VOS=\"");
1908 dump_data_hex(trace, u->data+pos, u->dataSize-pos);
1909 gf_fprintf(trace, "\">\n");
1910 gf_isom_box_dump_done("VC1ConfigurationBox", (GF_Box *)u, trace);
1911 return GF_OK;
```
u->data+pos, u->dataSize-pos could be null, so check before passing to dump_data_hex() function
[npd_poc.zip](https://github.com/user-attachments/files/16477956/npd_poc.zip)
| A null-pointer dereference bug in box_dump.c | https://api.github.com/repos/gpac/gpac/issues/2934/comments | 0 | 2024-08-03T03:39:43Z | 2024-08-05T13:18:14Z | https://github.com/gpac/gpac/issues/2934 | 2,446,029,424 | 2,934 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified a null-pointer dereference bug in the [last commit ](https://github.com/gpac/gpac/commit/dbf965551a84a6c98522870db91c7a72a3aa8674)and It seems like an incomplete fix for #2926
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
/configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -info npd_poc
bug information
isomedia/stbl_read.c:454:10: runtime error: applying zero offset to null pointer
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior isomedia/stbl_read.c:454:10
```
### **Potential fix**
```
447 //otherwise start from first entry
448 else {
449 i = 0;
450 stbl->SampleToChunk->currentIndex = 0;
451 stbl->SampleToChunk->currentChunk = 1;
452 stbl->SampleToChunk->ghostNumber = 1;
453 stbl->SampleToChunk->firstSampleInCurrentChunk = 1;
454 ent = &stbl->SampleToChunk->entries[0];
```
&stbl->SampleToChunk could be null, so check before dereference
[npd_poc.zip](https://github.com/user-attachments/files/16477945/npd_poc.zip)
| A null-pointer dereference bug in stbl_read.c | https://api.github.com/repos/gpac/gpac/issues/2933/comments | 0 | 2024-08-03T01:56:40Z | 2024-08-05T13:18:13Z | https://github.com/gpac/gpac/issues/2933 | 2,445,948,332 | 2,933 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified a memory leak bug in the [latest commit](https://github.com/gpac/gpac/issues/e2250d68fd)
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
./configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -hint memory_leak_poc -out /dev/null
```
### **bug information**
```
==2606747==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x582b22841dbf in malloc (/work/MP4Box+0xae2dbf) (BuildId: f1af228197ca4247c326a1a599f58fcde7ad781b)
#1 0x582b2321ee19 in gf_odf_avc_cfg_new /src/src/odf/descriptors.c:464:2
#2 0x582b22eec99b in AVC_DuplicateConfig /src/src/isomedia/avc_ext.c:961:12
#3 0x582b23450055 in gf_hinter_track_new /src/src/media_tools/isom_hinter.c:443:25
#4 0x582b228a3f71 in HintFile /src/applications/mp4box/mp4box.c:3789:12
#5 0x582b228ad72d in mp4box_main /src/applications/mp4box/mp4box.c:6863:7
#6 0x75dadc8b9d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
Indirect leak of 80 byte(s) in 1 object(s) allocated from:
#0 0x582b228421ac in realloc (/work/MP4Box+0xae31ac) (BuildId: f1af228197ca4247c326a1a599f58fcde7ad781b)
#1 0x582b2295c599 in realloc_chain /src/src/utils/list.c:643:23
#2 0x582b2295c599 in gf_list_add /src/src/utils/list.c:652:39
#3 0x582b22eecdc8 in AVC_DuplicateConfig /src/src/isomedia/avc_ext.c:980:3
#4 0x582b23450055 in gf_hinter_track_new /src/src/media_tools/isom_hinter.c:443:25
#5 0x582b228a3f71 in HintFile /src/applications/mp4box/mp4box.c:3789:12
#6 0x582b228ad72d in mp4box_main /src/applications/mp4box/mp4box.c:6863:7
#7 0x75dadc8b9d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
Indirect leak of 80 byte(s) in 1 object(s) allocated from:
#0 0x582b228421ac in realloc (/work/MP4Box+0xae31ac) (BuildId: f1af228197ca4247c326a1a599f58fcde7ad781b)
#1 0x582b2295c599 in realloc_chain /src/src/utils/list.c:643:23
#2 0x582b2295c599 in gf_list_add /src/src/utils/list.c:652:39
#3 0x582b22eed0e3 in AVC_DuplicateConfig /src/src/isomedia/avc_ext.c:991:3
#4 0x582b23450055 in gf_hinter_track_new /src/src/media_tools/isom_hinter.c:443:25
#5 0x582b228a3f71 in HintFile /src/applications/mp4box/mp4box.c:3789:12
#6 0x582b228ad72d in mp4box_main /src/applications/mp4box/mp4box.c:6863:7
#7 0x75dadc8b9d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
Indirect leak of 36 byte(s) in 1 object(s) allocated from:
#0 0x582b22841dbf in malloc (/work/MP4Box+0xae2dbf) (BuildId: f1af228197ca4247c326a1a599f58fcde7ad781b)
#1 0x582b22eecd3c in AVC_DuplicateConfig /src/src/isomedia/avc_ext.c:978:22
#2 0x582b23450055 in gf_hinter_track_new /src/src/media_tools/isom_hinter.c:443:25
#3 0x582b228a3f71 in HintFile /src/applications/mp4box/mp4box.c:3789:12
#4 0x582b228ad72d in mp4box_main /src/applications/mp4box/mp4box.c:6863:7
#5 0x75dadc8b9d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x582b22841dbf in malloc (/work/MP4Box+0xae2dbf) (BuildId: f1af228197ca4247c326a1a599f58fcde7ad781b)
#1 0x582b22eecf77 in AVC_DuplicateConfig /src/src/isomedia/avc_ext.c:986:25
#2 0x582b23450055 in gf_hinter_track_new /src/src/media_tools/isom_hinter.c:443:25
#3 0x582b228a3f71 in HintFile /src/applications/mp4box/mp4box.c:3789:12
#4 0x582b228ad72d in mp4box_main /src/applications/mp4box/mp4box.c:6863:7
#5 0x75dadc8b9d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x582b22841dbf in malloc (/work/MP4Box+0xae2dbf) (BuildId: f1af228197ca4247c326a1a599f58fcde7ad781b)
#1 0x582b22eecc64 in AVC_DuplicateConfig /src/src/isomedia/avc_ext.c:975:25
#2 0x582b23450055 in gf_hinter_track_new /src/src/media_tools/isom_hinter.c:443:25
#3 0x582b228a3f71 in HintFile /src/applications/mp4box/mp4box.c:3789:12
#4 0x582b228ad72d in mp4box_main /src/applications/mp4box/mp4box.c:6863:7
#5 0x75dadc8b9d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
Indirect leak of 16 byte(s) in 1 object(s) allocated from:
#0 0x582b22841dbf in malloc (/work/MP4Box+0xae2dbf) (BuildId: f1af228197ca4247c326a1a599f58fcde7ad781b)
#1 0x582b2295c0e5 in gf_list_new /src/src/utils/list.c:612:22
#2 0x582b2321ee3e in gf_odf_avc_cfg_new /src/src/odf/descriptors.c:466:31
#3 0x582b22eec99b in AVC_DuplicateConfig /src/src/isomedia/avc_ext.c:961:12
#4 0x582b23450055 in gf_hinter_track_new /src/src/media_tools/isom_hinter.c:443:25
#5 0x582b228a3f71 in HintFile /src/applications/mp4box/mp4box.c:3789:12
#6 0x582b228ad72d in mp4box_main /src/applications/mp4box/mp4box.c:6863:7
#7 0x75dadc8b9d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
Indirect leak of 16 byte(s) in 1 object(s) allocated from:
#0 0x582b22841dbf in malloc (/work/MP4Box+0xae2dbf) (BuildId: f1af228197ca4247c326a1a599f58fcde7ad781b)
#1 0x582b2295c0e5 in gf_list_new /src/src/utils/list.c:612:22
#2 0x582b2321ee6a in gf_odf_avc_cfg_new /src/src/odf/descriptors.c:467:30
#3 0x582b22eec99b in AVC_DuplicateConfig /src/src/isomedia/avc_ext.c:961:12
#4 0x582b23450055 in gf_hinter_track_new /src/src/media_tools/isom_hinter.c:443:25
#5 0x582b228a3f71 in HintFile /src/applications/mp4box/mp4box.c:3789:12
#6 0x582b228ad72d in mp4box_main /src/applications/mp4box/mp4box.c:6863:7
#7 0x75dadc8b9d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
Indirect leak of 5 byte(s) in 1 object(s) allocated from:
#0 0x582b22841dbf in malloc (/work/MP4Box+0xae2dbf) (BuildId: f1af228197ca4247c326a1a599f58fcde7ad781b)
#1 0x582b22eed050 in AVC_DuplicateConfig /src/src/isomedia/avc_ext.c:989:21
#2 0x582b23450055 in gf_hinter_track_new /src/src/media_tools/isom_hinter.c:443:25
#3 0x582b228a3f71 in HintFile /src/applications/mp4box/mp4box.c:3789:12
#4 0x582b228ad72d in mp4box_main /src/applications/mp4box/mp4box.c:6863:7
#5 0x75dadc8b9d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 490fef8403240c91833978d494d39e537409b92e)
```
[memory_leak_poc.zip](https://github.com/user-attachments/files/16450124/memory_leak_poc.zip)
| A memory leak bug in descriptors.c | https://api.github.com/repos/gpac/gpac/issues/2931/comments | 0 | 2024-08-01T04:10:54Z | 2024-08-01T10:55:51Z | https://github.com/gpac/gpac/issues/2931 | 2,441,416,502 | 2,931 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified an integer overflow bug in the [latest commit](https://github.com/gpac/gpac/issues/e2250d68fd)
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
./configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -hint integer_overflow_poc_2 -out /dev/null
```
###
**bug information**
```
^[[0mmedia_tools/isom_hinter.c:84:17: runtime error: inf is outside the range of representable values of type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior media_tools/isom_hinter.c:84:17
```
###
**Potential fix**
```79 else *TimeDelta = (u32) tdelta;
80 *avgSize /= count;
81 bw *= gf_isom_get_media_timescale(file, Track);
82 bw /= (s64) gf_isom_get_media_duration(file, Track);
83 bw /= 1000;
84 (*bandwidth) = (u32) (bw+0.5);
```
bw could be overflow so please check before casting to u32
[Integer_overflow_poc_2.zip](https://github.com/user-attachments/files/16450070/Integer_overflow_poc_2.zip)
| An integer overflow in isom_hinter.c | https://api.github.com/repos/gpac/gpac/issues/2930/comments | 1 | 2024-08-01T04:06:15Z | 2024-08-01T11:10:50Z | https://github.com/gpac/gpac/issues/2930 | 2,441,411,835 | 2,930 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified a null-pointer dereference bug in the [latest commit](https://github.com/gpac/gpac/issues/e2250d68fd)
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
./configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -hint null_pointer_dereference_poc_2 -out /dev/null
```
### **bug information**
```
33: runtime error: null pointer passed as argument 2, which is declared to never be null
/usr/include/string.h:44:28: note: nonnull attribute specified here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior isomedia/avc_ext.c:637:33
```
### **Potential fix**
```
2198 dur = (u64) (( ((Double) (s64) dur)/timescale)*1000);
2199 h = (u32) (dur / 3600000);
2200 m = (u32) (dur/ 60000) - h*60;
```
((Double) (s64) dur)/timescale)*1000 could be overflow so please check before cast to u64
[null_pointer_dereference_poc_2.zip](https://github.com/user-attachments/files/16450046/null_pointer_dereference_poc_2.zip)
| A null-pointer dereference in avc_ext.c | https://api.github.com/repos/gpac/gpac/issues/2929/comments | 0 | 2024-08-01T04:01:15Z | 2024-08-01T10:55:52Z | https://github.com/gpac/gpac/issues/2929 | 2,441,406,116 | 2,929 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified an integer overflow bug in the [latest commit](https://github.com/gpac/gpac/issues/e2250d68fd)
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
./configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -hint integer_overflow_poc_1 -out /dev/null
```
###
**bug information**
```
[0mmedia_tools/isom_hinter.c:622:17: runtime error: 1.22058e+13 is outside the range of representable values of type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior media_tools/isom_hinter.c:622:17
```
###
**Potential fix**
```
619 if (required_rate) {
620 Double sc = required_rate;
621 sc /= my_sl.timestampResolution;
622 maxDTSDelta = (u32) (maxDTSDelta*sc);
623 my_sl.timestampResolution = required_rate;
624 }
```
maxDTSDelta*sc could be overflow so please check before casting to u32
[integer_overflow_poc_1.zip](https://github.com/user-attachments/files/16450009/integer_overflow_poc_1.zip)
| An integer overflow in isom_hinter.c | https://api.github.com/repos/gpac/gpac/issues/2928/comments | 1 | 2024-08-01T03:54:20Z | 2024-08-01T11:11:13Z | https://github.com/gpac/gpac/issues/2928 | 2,441,395,969 | 2,928 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified an integer overflow bug in the [latest commit](https://github.com/gpac/gpac/issues/e2250d68fd)
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
./configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -info integer_overflow_poc
```
### **bug information**
```
Duration 00:00:00.000filedump.c:2198:8: runtime error: -1000 is outside the range of representable values of type 'unsigned long'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior filedump.c:2198:
```
### **Potential fix**
```
2198 dur = (u64) (( ((Double) (s64) dur)/timescale)*1000);
2199 h = (u32) (dur / 3600000);
2200 m = (u32) (dur/ 60000) - h*60;
```
((Double) (s64) dur)/timescale)*1000 could be overflow so please check before casting to u64
[Integer_overflow_poc.zip](https://github.com/user-attachments/files/16448779/Integer_overflow_poc.zip)
| An integer overflow bug in filedump.c | https://api.github.com/repos/gpac/gpac/issues/2927/comments | 1 | 2024-08-01T01:47:28Z | 2024-08-01T11:10:14Z | https://github.com/gpac/gpac/issues/2927 | 2,441,254,921 | 2,927 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified a null-pointer dereference bug in the [latest commit](https://github.com/gpac/gpac/issues/e2250d68fd)
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
./configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -info null_pointer_dereference_poc_1
```
### **bug information**
```
isomedia/stbl_read.c:417:10: runtime error: applying zero offset to null pointer
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior isomedia/stbl_read.c:417:10
```
### **Potential fix**
```
416 if (stbl->SampleSize && stbl->SampleToChunk->nb_entries == stbl->SampleSize->sampleCount) {
417 ent = &stbl->SampleToChunk->entries[sampleNumber-1];
418 if (!ent) return GF_BAD_PARAM;
419 (*descIndex) = ent->sampleDescriptionIndex;
```
&stbl->SampleToChunk could be null, so check before dereference
[null_pointer_deference_1.zip](https://github.com/user-attachments/files/16448638/null_pointer_deference_1.zip)
| A null-pointer dereference bug in stbl_read.c | https://api.github.com/repos/gpac/gpac/issues/2926/comments | 0 | 2024-08-01T01:30:43Z | 2024-08-01T10:55:51Z | https://github.com/gpac/gpac/issues/2926 | 2,441,237,299 | 2,926 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified a null-pointer dereference bug in the [latest commit](https://github.com/gpac/gpac/issues/e2250d68fd)
### **Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
### **reproduce**
```
./configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -info null_pointer_dereference_poc
```
### **bug information**
```
^[[31m[iso file] broken file: Data reference index set to 40151 but no data reference entry found
^[[0m Visual Sample Entry Info: width=43584 height=240 (depth=24 bits)
isomedia/isom_read.c:3668:32: runtime error: null pointer passed as argument 2, which is declared to never be null
/usr/include/string.h:44:28: note: nonnull attribute specified here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior isomedia/isom_read.c:3668:32
```
### **Potential fix**
```
3665 udesc->extension_buf = (char*)gf_malloc(sizeof(char) * a->dataSize);
3666 if (udesc->extension_buf) {
3667 udesc->extension_buf_size = a->dataSize;
3668 memcpy(udesc->extension_buf, a->data, a->dataSize);
3669 udesc->ext_box_wrap = a->original_4cc;
3670 }
3671 }
```
We should check if udesc->extension_buf, a->data, a->dataSize are null before passing to memcpy() function on line 3668
[null_pointer_deference_poc.zip](https://github.com/user-attachments/files/16448598/null_pointer_deference_poc.zip)
| A null-pointer dereference bug in isom_read.c | https://api.github.com/repos/gpac/gpac/issues/2925/comments | 0 | 2024-08-01T01:25:02Z | 2024-08-01T10:55:50Z | https://github.com/gpac/gpac/issues/2925 | 2,441,229,405 | 2,925 |
[
"gpac",
"gpac"
] | Dear Maintainer,
We have identified a type confusion bug in the [latest commit ](e2250d68fd)
###
**Version**
```
MP4Box - GPAC version 2.5-DEV-rev464-gf5722ca17-master
(c) 2000-2024 Telecom Paris distributed under LGPL v2.1+ - https://gpac.io
Please cite our work in your research:
GPAC Filters: https://doi.org/10.1145/3339825.3394929
GPAC: https://doi.org/10.1145/1291233.1291452
```
###
**reproduce**
```
./configure --static-build --static-bin --enable-sanitizer --extra-cflags="-fPIC -g" --extra-ldflags="-ldl -g -lz"
make
./MP4Box -info type_confusion_poc
```
###
**bug information**
`^[[0mfilter_core/filter_register.c:402:35: runtime error: call to function dtout_register through pointer to incorrect function type 'const struct __gf_filter_register *(*)(struct __gf_filter_session *)'
/src/src/../modules/dektec_out/dektec_video_decl.c:67: note: dtout_register defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior filter_core/filter_register.c:402:35
`
### **Potential fix**
```
402 const GF_FilterRegister *freg = BuiltinFilters[i].fun(a_sess);
403 if (!freg) continue;
404 gf_assert( !strcmp(freg->name, BuiltinFilters[i].name));
405 gf_fs_add_filter_register(fsess, freg);
406
```
I believe the issue on line 402 is caused by casting a pointer from one type to another without performing proper checks.
[type_confusion_poc.zip](https://github.com/user-attachments/files/16448524/type_confusion_poc.zip)
| A type confusion Bug in filter_register.c | https://api.github.com/repos/gpac/gpac/issues/2924/comments | 0 | 2024-08-01T01:16:47Z | 2024-08-01T10:55:50Z | https://github.com/gpac/gpac/issues/2924 | 2,441,221,685 | 2,924 |
[
"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 https://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: https://gpac.io/bug-reporting/
GPAC version: https://github.com/gpac/gpac/commit/e2250d68fd67cfa770b270b0ac882a39e4e93f32
There seems to be a memory leak when running GPAC, consuming from a TCP socket carrying TS and packaging into HLS CMAF.
```
valgrind --leak-check=full --log-file=/home/juan/workspace/video-engineering/recordings/20240724_gpac_leak/valgrind.txt /home/juan/workspace/git/gpac/bin/gcc/gpac -i tcp://localhost:5020/:gpac:tsprobe=true:listen=false reframer:rt=on -o "/home/juan/workspace/video-engineering/recordings/20240724_gpac_leak/media/playlist.m3u8:gpac:buf=-150:ll_part_hb=-1:seg_sync=no:segdur=1.0:cdur=1.0:llhls=sf:hlsc=true:cmaf=cmf2:dmode=dynamic:pssh=mv:template=segment_normal_hls:hmode=push:max_cache_segs=16:keep_segs=false"
```
Running for 30 min or so, valgrind reports the memory leak below
## Valgrind report
```
==83621== Memcheck, a memory error detector
==83621== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==83621== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==83621== Command: /home/juan/workspace/git/gpac/bin/gcc/gpac -i tcp://localhost:5020/:gpac:tsprobe=true:listen=false reframer:rt=on -o /home/juan/workspace/video-engineering/recordings/20240724_gpac_leak/media/playlist.m3u8:gpac:buf=-150:ll_part_hb=-1:seg_sync=no:segdur=1.0:cdur=1.0:llhls=sf:hlsc=true:cmaf=cmf2:dmode=dynamic:pssh=mv:template=segment_normal_hls:hmode=push:max_cache_segs=16:keep_segs=false:inband_event
==83621== Parent PID: 9763
==83621==
==83621==
==83621== HEAP SUMMARY:
==83621== in use at exit: 235,730 bytes in 4,685 blocks
==83621== total heap usage: 995,220 allocs, 990,535 frees, 571,386,572 bytes allocated
==83621==
==83621== 91,992 bytes in 3,713 blocks are definitely lost in loss record 275 of 275
==83621== at 0x484DB80: realloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==83621== by 0x492E2D3: gf_realloc (alloc.c:160)
==83621== by 0x4EB2344: dasher_process_hls_ll (dasher.c:10073)
==83621== by 0x4EB27A7: dasher_process_event (dasher.c:10153)
==83621== by 0x4E3D42B: gf_filter_pid_send_event_downstream (filter_pid.c:7749)
==83621== by 0x4E52991: gf_fs_thread_proc (filter_session.c:2171)
==83621== by 0x4E53402: gf_fs_run (filter_session.c:2478)
==83621== by 0x11604F: gpac_main (gpac.c:1598)
==83621== by 0x116484: main (gpac.c:1854)
==83621==
==83621== LEAK SUMMARY:
==83621== definitely lost: 91,992 bytes in 3,713 blocks
==83621== indirectly lost: 0 bytes in 0 blocks
==83621== possibly lost: 0 bytes in 0 blocks
==83621== still reachable: 141,722 bytes in 951 blocks
==83621== suppressed: 0 bytes in 0 blocks
==83621== Reachable blocks (those to which a pointer was found) are not shown.
==83621== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==83621==
==83621== For lists of detected and suppressed errors, rerun with: -s
==83621== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
``` | Possible memory leak in long-running HLS live packaging | https://api.github.com/repos/gpac/gpac/issues/2923/comments | 0 | 2024-07-25T21:28:09Z | 2024-07-25T21:28:09Z | https://github.com/gpac/gpac/issues/2923 | 2,431,003,805 | 2,923 |
[
"gpac",
"gpac"
] | Sender:
`gpac -i https://vs-dash-ww-rd-live.akamaized.net/pl/testcard2020/256x144p25/media.m3u8 dashin:forward=file -o mabr://225.1.1.1:6000:gpac:use_inband=true -logs=route@info`
Receiver:
`gpac -i mabr://225.1.1.1:6000:odir=output -logs=route@info`
Log
```
[DVB-FLUTE S1] Got file 448402437.m4s (TSI 10 TOI 76) size 95959 in 12111 ms
[DVB-FLUTE RFDT] Unable to extract XML content from package: BitStream Not Compliant -
#EXTM3U
#EXT-X-TARGETDURATION:4
#EXT-X-VERSION:7
#EXT-X-MAP:URI="IS.mp4"
#EXT-X-MEDIA-SEQUENCE:448402206
#EXTINF:3.84,
448402206.m4s
#EXTINF:3.84,
448402207.m4s
```
Using option use_inband=**true**, the manifest file is not created and when option use_inband=**false**, the manifest file is not updated ( it was solved https://github.com/gpac/gpac/issues/2861)
| MABR manifest update problem | https://api.github.com/repos/gpac/gpac/issues/2922/comments | 0 | 2024-07-25T00:07:18Z | 2024-07-25T00:07:18Z | https://github.com/gpac/gpac/issues/2922 | 2,428,678,505 | 2,922 |
[
"gpac",
"gpac"
] | Hello
I try to add ContentRating tag to an mp4 file to be display on app TV (former Itunes)
But according to the mp4box the value is a Integer but Itunes seem to expect something like that: "ca-movie|G|100|"
Is it something possible to do with mp4Box?
You can get more details on the code expected by Itunes here on [subler file](https://github.com/SublerApp/Subler/blob/e7a4d7af09dacd5b6f29305b8283e877dfdf3275/Ratings.json#L72C1-L93C2)
Thank for your support | Tags for Itunes | https://api.github.com/repos/gpac/gpac/issues/2921/comments | 1 | 2024-07-24T19:02:42Z | 2024-07-25T08:26:55Z | https://github.com/gpac/gpac/issues/2921 | 2,428,282,551 | 2,921 |
[
"gpac",
"gpac"
] | Thank you for this excellent MP4 toolkit. I am interested in dumping boxes for motion jpeg 2000 files.
`MP4Box` can parse almost all boxes, except for a handful :
```
[iso file] Unknown top-level box type jP
[iso file] Unknown box type jp2p in parent mjp2
[iso file] Unknown box type jsub in parent mjp2
[iso file] Unknown box type orfo in parent mjp2
```
The boxes do appear in the xml, but the contents are not interpreted correctly.
```
<UnknownBox Size="20" Type="jp2p" Specification="unknown" Container="unknown" data="0x000000006A7032204A325030" >
</UnknownBox>
<UnknownBox Size="12" Type="jsub" Specification="unknown" Container="unknown" data="0x02020000" >
</UnknownBox>
<UnknownBox Size="10" Type="orfo" Specification="unknown" Container="unknown" data="0x0100" >
```
jP is the signature box
jp2p is the profile box
jsub is the subsampling box
orfo is the original format box
Adding link to final draft of [MJ2 spec](https://web.archive.org/web/20120205030634/http://www.jpeg.org/public/fcd15444-3.pdf)
| [MP4Box] Feature request: support for Motion JPEG 2000 specific boxes | https://api.github.com/repos/gpac/gpac/issues/2919/comments | 3 | 2024-07-20T18:34:36Z | 2024-07-21T02:22:53Z | https://github.com/gpac/gpac/issues/2919 | 2,421,009,794 | 2,919 |
[
"gpac",
"gpac"
] | ## Issue Description:
I've encountered an issue where the MP4 duration is longer (10 min 59 sec) and the FPS is lower (9 FPS) compared to my original input video (MP4 duration: 9 min 54 sec and FPS: 10) when muxing the extracted track using MP4Box.
## Steps I've followed:
- Demux the tracks
- Mux the extracted tracks
I have also tried to update GPAC latest version to `version 2.5-DEV-rev461-ge2250d68f-master` but facing the same issue.
## Machine Configuration:
```
CPU Name: 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz x 8
OS: Ubuntu 22.04.4 LTS
Kernel : 6.7.12+bpo-amd64
GPAC version : version 2.2-rev0-gab012bbfb-HEAD
MP4Box version: MP4Box - GPAC version 2.2-rev0-gab012bbfb-HEAD
```
### Original MP4 properties:
```
mediainfo input_file.mp4
General
Complete name : input_file.mp4
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42 (mp42/mp41/isom/iso2)
File size : 13.4 MiB
Duration : 9 min 54 s
Overall bit rate : 189 kb/s
Encoded date : UTC 2024-07-22 10:45:58
Tagged date : UTC 2024-07-22 10:55:52
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Baseline@L4
Format settings : 1 Ref Frames
Format settings, CABAC : No
Format settings, Reference frames : 1 frame
Format settings, GOP : M=1, N=90
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 9 min 54 s
Bit rate : 188 kb/s
Maximum bit rate : 5 360 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 10.000 FPS
Minimum frame rate : 8.264 FPS
Maximum frame rate : 12.658 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.009
Stream size : 13.3 MiB (99%)
Encoded date : UTC 2024-07-22 10:45:58
Tagged date : UTC 2024-07-22 10:55:52
Color range : Full
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
Codec configuration box : avcC
```
### MP4 Track file info :
```
MP4Box -info input_file.mp4
```
Output:
```
# Movie Info - 1 track - TimeScale 2000
Duration 00:09:54.021
Fragmented: no
Major Brand mp42 - version 0 - compatible brands: mp42 mp41 isom iso2
Created: GMT Mon Jul 22 10:45:58 2024
- Modified: GMT Mon Jul 22 10:55:52 2024
1 UDTA types:
meta:
# Track 1 Info - ID 1 - TimeScale 1000
Media Duration 00:09:54.021
Track has 1 edits: track duration is 00:09:54.021
Track flags: Enabled In Movie In Preview
Media Samples: 5940
1 UDTA types:
meta:
Visual Track layout: x=0 y=0 width=1920 height=1080
Media Type: vide:avc1
Visual Sample Entry Info: width=1920 height=1080 (depth=24 bits)
AVC/H264 Video - Visual Size 1920 x 1080
AVC Info: 1 SPS - 1 PPS - Profile Baseline @ Level 4
NAL Unit length bits: 32
Chroma format YUV 4:2:0 - Luma bit depth 8 - chroma bit depth 8
SPS#1 hash: 05C04476DCE9B2A26A7902EE3D0998B96A880885
PPS#1 hash: 7F4E64F60527715F38B21D7814E9A094754DBFF2
RFC6381 Codec Parameters: avc1.42C028
Average GOP length: 91 samples
Max sample duration: 121 / 1000
```
### 1. Demux the tracks
```
MP4Box -raw 1 input_file.mp4
```
### Output:
```
[isom/avcc] Missing REXT profile signaling, patching.
Exporting MPEG-4 AVC|H264 Video - Size 1920x1080
```
This is extracting given track in h264 format `input_file_track1.264`.
### 2. Mux the extracted tracks
```
MP4Box -fps 9.999646477144749 -new output_file.mp4 -add input_file_track1.264
```
### Output:
```
Track Importing MPEG-4 AVC - Width 1920 Height 1080 FPS 9000001/1000000
AVC|H264 Import results: 5940 samples (12012 NALUs) - Slices: 66 I 5874 P 0 B - 0 SEI - 66 IDR - 0 CRA
Saving output_file.mp4: 0.500 secs Interleaving
```
## MP4 properties after muxing the extracted track:
```
mediainfo output_file.mp4
General
Complete name : output_file.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/avc1)
File size : 13.4 MiB
Duration : 10 min 59 s
Overall bit rate : 170 kb/s
Encoded date : UTC 2024-07-22 11:01:56
Tagged date : UTC 2024-07-22 11:01:56
Writing application : GPAC-2.5-DEV-rev461-ge2250d68f-master
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Baseline@L4
Format settings : 1 Ref Frames
Format settings, CABAC : No
Format settings, Reference frames : 1 frame
Format settings, GOP : M=1, N=90
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 10 min 59 s
Source duration : 3 min 2 s
Bit rate : 169 kb/s
Maximum bit rate : 662 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 9.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.009
Stream size : 13.3 MiB (100%)
Source stream size : 13.3 MiB (100%)
Title : 264@GPAC2.5-DEV-rev461-ge2250d68f-master
Encoded date : UTC 2024-07-22 11:01:56
Tagged date : UTC 2024-07-22 11:01:56
mdhd_Duration : 660000
Codec configuration box : avcC
```
## Note:
However, when I downgraded GPAC to version `0.8.0-rev238-g7e4e2461a-HEAD`, the resulting MP4 file matches the FPS and duration of the same input file.
### Mux the extracted tracks -
```
MP4Box -fps 9.999646477144749 -new output_file.mp4 -add input_file_track1.264
```
### Output:
```
AVC-H264 import - frame size 1920 x 1080 at 10.000 FPS
AVC Import results: 6000 samples (13200 NALUs) - Slices: 600 I 5400 P 0 B - 0 SEI - 600 IDR
Saving output.mp4 : 0.500 secs Interleaving
```
I have also attached a file `purifier.py` which calculates the fps of the MP4 info of the MP4Box as well have attached the input and output MP4 file in the dropbox.
Any suggestion in resolving this would be highly appreciated. Thank you.
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 https://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: https://gpac.io/bug-reporting/
| [MP4Box] Longer MP4 duration than expected for input video when muxing the extracted track using MP4Box. | https://api.github.com/repos/gpac/gpac/issues/2918/comments | 4 | 2024-07-19T11:54:56Z | 2024-07-31T07:25:12Z | https://github.com/gpac/gpac/issues/2918 | 2,418,712,517 | 2,918 |
[
"gpac",
"gpac"
] | Hello I have issue with naming the subtitle track.
Here is my command line:
```
MP4Box -add CC_29_FR_535856.srt:lang=fre:name='French full' \
-add FORCED_23_FR_535856.srt:lang=fre:name='French forced':default=1:forced=1:txtflags=0xC0000000 \
-keep-sys \
1080p_20_51.mp4 \
-out out_1080p_20_51.mp4
```
I was expecting to have a subtitle track name French full and another French forced
But in VLC I have Track 1 - [French] and Track 2 - [French]
Am I doing something wrong?
Thanks for any help | Cant name subtitle track | https://api.github.com/repos/gpac/gpac/issues/2917/comments | 9 | 2024-07-18T20:56:19Z | 2024-07-24T13:21:23Z | https://github.com/gpac/gpac/issues/2917 | 2,417,380,769 | 2,917 |
[
"gpac",
"gpac"
] | Sender:
`gpac -i https://vs-dash-ww-rd-live.akamaized.net/pl/testcard2020/256x144p25/media.m3u8 dashin:forward=file -o route://225.1.1.1:6000 -logs=route@info`
Receiver:
`gpac -i route://225.1.1.1:6000:odir=output:max_segs=10 -logs=route@info`
```
[ROUTE S1] Update of S-TSID
[ROUTE S1] Got file IS.mp4 (TSI 10 TOI 4294967295) size 735 in 0 ms
[ROUTE S1] Got file media.m3u8 (TSI 10 TOI 4294967294) size 6658 in 0 ms
[ROUTE S1] Object TSI 10 TOI 4294967294 received delayed data [0, 1447] - event sent
[ROUTE S1] Object TSI 10 TOI 4294967294 received delayed data [1448, 2895] - event sent
[ROUTE S1] Object TSI 10 TOI 4294967294 received delayed data [2896, 4343] - event sent
[ROUTE S1] Object TSI 10 TOI 4294967294 received delayed data [4344, 5791] - event sent
[ROUTE S1] Object TSI 10 TOI 4294967294 received delayed data [5792, 6657] - event sent
[ROUTE S1] Got file 44804577234.m4s (TSI 10 TOI 234) size 93438 in 3808 ms
[ROUTE S1] Object TSI 10 TOI 234 received delayed data [0, 1447] - event sent
[ROUTE S1] Object TSI 10 TOI 234 received delayed data [1448, 2895] - event sent
......
[ROUTE S1] Object TSI 10 TOI 234 received delayed data [89776, 91223] - event sent
[ROUTE S1] Object TSI 10 TOI 234 received delayed data [91224, 92671] - event sent
[ROUTE S1] Object TSI 10 TOI 234 received delayed data [92672, 93337] - event sent
[ROUTE S1] SLT bundle without MPD or S-TSID, skipping packet
[ROUTE S1] SLT bundle without MPD or S-TSID, skipping packet
[ROUTE S1] SLT bundle without MPD or S-TSID, skipping packet
[ROUTE S1] SLT bundle without MPD or S-TSID, skipping packet
[ROUTE S1] Object TSI 10 TOI 234 received delayed data [0, 1447] - event sent
[ROUTE S1] Object TSI 10 TOI 234 received delayed data [1448, 2895] - event sent
[ROUTE S1] Object TSI 10 TOI 234 received delayed data [2896, 4343] - event sent
```
Only few files are available in output directory.
| Problem HLS over route | https://api.github.com/repos/gpac/gpac/issues/2912/comments | 4 | 2024-07-09T03:51:19Z | 2024-07-11T12:59:35Z | https://github.com/gpac/gpac/issues/2912 | 2,397,047,946 | 2,912 |
[
"gpac",
"gpac"
] | - [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at https://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 ...)
Greetings again.
Sorry for annoying issues. I'm just trying to stabilize my stream from sequential mp4 pieces.
I have a problem.
The stream suddenly stops either because player's buffer is empty, or buffer is full. Sometimes player doesn't find a file for "rep3" and playback becomes "limpy".
On the other hand i don't see any errors except numerous warnings that segments are feeding "too late" to the MP4box. These warnings start to appear some time after running my stream. I suspect that problem is related in increasing timing errors. When I delete manifest.mpd and context.txt, these warnings disappear for some time.
To cope it, I'm trying different options with MP4box, but almost all vain.
This time I try to overcome unstability by adding keep_ts option. I follow guidelines in gpac wiki, which says:
`
If the inputs change but form a continuous timeline, [-keep_ts])() must be used to skip timeline reconstruction.
`
This is exact my case.
So my command is:
```
#Calling this earlier than previous segment ends to play.
MP4Box -dash 2000 -dash-ctx context.txt -profile dashavc264:live --utcs="https://time.akamai.com/?iso&ms" \
-mpd-refresh 2 -dynamic -bs-switching merge \
-segment-timeline -url-template -insert-utc -min-buffer 15 -mpd-title "Test" -time-shift 30 \
--sflush=end \
--keep_ts=true \
input.mp4#video:dur=10:#Representation=norm input.mp4#video:dur=10:@ffsws:osize=640x360:osar=16/9:scale=bilinear@enc:c=avc:fintra=2#Representation=bad
input.mp4#trackID=3:id=eng:#Role=subtitle:#Language=eng:dur=10
```
Mp4Box output doesn't contain any errors except warnings like in [this issue](https://github.com/gpac/gpac/issues/2907).
But the stream doesn't play, reference dash.js player shows black screen.
Thank you. | Dasher. Adding --keep_ts to MP4Box breaks stream | https://api.github.com/repos/gpac/gpac/issues/2911/comments | 0 | 2024-07-08T11:01:19Z | 2024-07-08T15:55:35Z | https://github.com/gpac/gpac/issues/2911 | 2,395,319,623 | 2,911 |
[
"gpac",
"gpac"
] | This is my first try with `ffmpeg+libvvenc` VVC encoder so some attributes may not be relevant, all info is welcomed here.
Mp4box writes AAC audio segments `4x * 3.84s` fine.
**Problem: Mp4box writes just one VVC video segment** but was expecting to get similar four segments as well, segment is just a size of 2KB.
How to dash VVC input, target is 3.84s segments(25fps, gop=48frames, keymin=24frames, seg=96frames) to 100% align with AAC(48Khz) files?
**Encoding VVC video and AAC audio, test capped to 12sec.**
```
ffmpeg -ignore_unknown -fflags +discardcorrupt -analyzeduration 600000000 -probesize 600000000 \
-i "input_1080p_25fps.mp4" -threads 4 -preset fast \
-c:v libvvenc -tier:v main -qp 32 -maxrate:v 768k -pix_fmt yuv420p10le \
-g 48 -keyint_min 24 -flags +cgop -vvenc-params "decodingrefreshtype=idr:intraperiod=24" \
-movflags negative_cts_offsets+faststart \
-vf "drawtext=fontfile=/fonts/Roboto-Regular.ttf:fontcolor=White:fontsize=38:alpha=0.5:box=1:boxborderw=4:boxcolor=black:x=(w-text_w)/2:y=text_h-line_h+60:text='H266 640x360 512k 3.84s \ ':timecode='00\:00\:00\:00':rate=25,drawtext=fontfile=/fonts/Roboto-Regular.ttf:fontcolor=White:fontsize=38:alpha=0.5:box=1:boxborderw=4:boxcolor=black:x=(w-text_w)/2:y=text_h-line_h+98:text='25fps 48gop frame\:\ %{frame_num}':start_number=1,scale=640x360:out_range=tv:out_color_matrix=bt709:flags=full_chroma_int+accurate_rnd,format=yuv420p10le,setsar=1/1" \
-color_range tv -colorspace bt709 -color_primaries bt709 -color_trc bt709 \
-an -sn -metadata:s:v:0 language=eng -t 12 -y temp-v1.mp4
ffmpeg -i "input_1080p_25fps.mp4" -threads 4 \
-c:a aac -b:a 128k -maxrate:a 128k -bufsize:a 128k -af aresample=48000 -ar 48000 \
-ac 2 -movflags delay_moov+negative_cts_offsets+faststart \
-use_editlist 0 -vn -sn -metadata:s:a:0 language=eng -t 12 -y temp-a2.mp4
```
**Dash vvc+aac tracks and manifest**
```
MP4Box -dash 3840 -frag 1920 -dash-scale 1000 \
-mem-frags -rap -profile dashavc264:live \
-profile-ext "urn:hbbtv:dash:profile:isoff-live:2012" -min-buffer 2000 \
-bs-switching no -sample-groups-traf -single-traf --tfdt64 --tfdt_traf --noroll=yes --btrt=no \
--truns_first=yes --trunv1=yes --cmaf=cmf2 -subsegs-per-sidx 0 \
-segment-name "$RepresentationID$/$Number$$Init=i$" \
-out "manifest.mpd" \
"temp-v1.mp4#trackID=1:id=v1:period=p0:asID=1:role=main:dur=11.52" \
"temp-a2.mp4#trackID=1:id=a2:period=p0:asID=21:role=main:dur=11.52"
Output manifest
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 2.5-DEV-rev281-gcf85c9beb-ab-suite at 2024-07-06T16:13:34.973Z -->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H0M11.520S" maxSegmentDuration="PT0H0M3.840S" profiles="urn:mpeg:dash:profile:isoff-live:2011,http://dashif.org/guidelines/dash264,urn:mpeg:dash:profile:cmaf:2019,urn:hbbtv:dash:profile:isoff-live:2012">
<Period id="p0" duration="PT0H0M11.520S">
<AdaptationSet id="1" segmentAlignment="true" maxWidth="640" maxHeight="360" maxFrameRate="25" par="16:9" lang="en" startWithSAP="1">
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
<SegmentTemplate media="$RepresentationID$/$Number$.m4s" initialization="$RepresentationID$/i.mp4" timescale="12800" startNumber="1" duration="49152"/>
<Representation id="v1" mimeType="video/mp4" codecs="vvc1.1.L35.CQA" width="640" height="360" frameRate="25" sar="1:1" bandwidth="129382">
</Representation>
</AdaptationSet>
<AdaptationSet id="21" segmentAlignment="true" lang="en" startWithSAP="1">
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
<SegmentTemplate media="$RepresentationID$/$Number$.m4s" initialization="$RepresentationID$/i.mp4" timescale="48000" startNumber="1" duration="184320"/>
<Representation id="a2" mimeType="audio/mp4" codecs="mp4a.40.2" audioSamplingRate="48000" bandwidth="128000">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>
```
FFPlay `ffplay -strict -2 -x 640 -y 360 temp-v1.mp4` playbacks an input 12sec fine.
| Dashing VVC+AAC writes just one video segment? | https://api.github.com/repos/gpac/gpac/issues/2909/comments | 0 | 2024-07-06T16:20:14Z | 2024-07-06T16:36:08Z | https://github.com/gpac/gpac/issues/2909 | 2,393,618,558 | 2,909 |
[
"gpac",
"gpac"
] | When I'm making live stream from sequential segments, it says that segments are arriving too late.
But this is not true, I put segments maybe too early, and in worst case in time.
Can I disable this time checking? Could these warnings cause stream getting stuck (I expierence them each 10-30 mins)?
```
[Dasher] AS-1 Rep 3 segment 668 done TOO LATE by 37817 ms
[Dasher] AS-1 Rep 2 segment 675 done TOO LATE by 29864 ms
[Dasher] updated period DID1 duration 1350000 MPD time 1350000
[MPD] Generating MPD at time 2024-07-06T09:40:40.819Z
[Dasher] updated period DID1 duration 1350000 MPD time 1350000
[MPD] Generating MPD at time 2024-07-06T09:40:40.877Z
[Dasher] AS-1 Rep norm segment 672 done TOO LATE by 35926 ms
[Dasher] AS-1 Rep shit segment 672 done TOO LATE by 35926 ms
[Dasher] updated period DID1 duration 1350000 MPD time 1350000
[MPD] Generating MPD at time 2024-07-06T09:40:40.881Z
[Dasher] AS-1 Rep norm segment 673 done TOO LATE by 34112 ms
[Dasher] AS-1 Rep shit segment 673 done TOO LATE by 34112 ms
[Dasher] updated period DID1 duration 1350000 MPD time 1350000
[MPD] Generating MPD at time 2024-07-06T09:40:41.067Z
[Dasher] AS-1 Rep norm segment 674 done TOO LATE by 32305 ms
[Dasher] AS-1 Rep shit segment 674 done TOO LATE by 32305 ms
[Dasher] updated period DID1 duration 1350000 MPD time 1350000
[MPD] Generating MPD at time 2024-07-06T09:40:41.260Z
[Dasher] updated period DID1 duration 1350000 MPD time 1350000
[MPD] Generating MPD at time 2024-07-06T09:40:41.295Z
[Dasher] AS-1 Rep norm segment 675 done TOO LATE by 30421 ms
[Dasher] AS-1 Rep shit segment 675 done TOO LATE by 30421 ms
[Dasher] AS-1 Rep 3 segment 669 done TOO LATE by 36341 ms
[Dasher] AS-1 Rep 3 segment 670 done TOO LATE by 34341 ms
[Dasher] AS-1 Rep 3 segment 671 done TOO LATE by 32341 ms
``` | Question. Dasher says that segments are arriving too late. How to disable this checking? | https://api.github.com/repos/gpac/gpac/issues/2907/comments | 0 | 2024-07-06T09:42:35Z | 2024-07-06T09:43:42Z | https://github.com/gpac/gpac/issues/2907 | 2,393,494,681 | 2,907 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.