-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unsupported operand type(s) for +: 'NoneType' and 'float' when inserting SCTE35 #8
Comments
There is something going on with deleting. with delete off a@debian:~/funk$ diff3 0/index.m3u8 1/index.m3u8 2/index.m3u8
a@debian:~/funk$ With delete on a@debian:~/funk$ diff3 0/index.m3u8 1/index.m3u8 2/index.m3u8
====1
1:95c
#EXTINF:2.000000,
2:95c
3:95c
#EXTINF:0.088000,
====1
1:97,98c
#EXTINF:0.090000,
seg45.ts
2:96a
3:96a
====1
1:102c
seg46.ts
2:100c
3:100c
seg45.ts
====1
1:105c
seg47.ts
2:103c
3:103c
seg46.ts
====1
1:108c
seg48.ts
2:106c
3:106c
seg47.ts
====1
1:111c
seg49.ts
2:109c
3:109c
seg48.ts
====1
1:114c
seg50.ts
2:112c
3:112c
seg49.ts
====1
1:117c
seg51.ts
2:115c
3:115c
seg50.ts
====1
1:120c
seg52.ts
2:118c
3:118c
seg51.ts
====1
1:123a
2:122,123c
3:122,123c
seg52.ts
#EXTINF:2.000000, |
I still can't get this to happen for me... |
I found full log for snippet above:
|
I think it's the throttling causing us to get out of sync. I turned it off last night and was able to get five variants in sync over the network, media sequence and everything else. I am going to look in to that this weekend. You doing okay? |
Man you got to give me a minute, my mom is in the hospital and it's not looking good. I can't focus right now. Want me to make it so you can commit to the repo? |
Software can wait, life can't.. Do what is right! This can wait. I hope everything will be ok! |
I'm trying with stream from #3 on version @0.0.3
test case 1: pass thru (no scte insertion)
runs normally in the browser -> test pass OK
test case 2: insert scte messages to sidecar
pseudo code with scte35 taken from x9k3 main page:
fails:
unsupported operand type(s) for +: 'NoneType' and 'float'
https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_928.m3u8 ...........Failed
and also in browser variant with media-sequence stopped updating.
more logs for test case 2:
enviorment (just read parameters if needed , it's line separated for running in k8s deployment .yaml):
The text was updated successfully, but these errors were encountered: