Live-DASH Stream not working in Shaka player demo (but works fine in DashIF Player)

1,037 views
Skip to first unread message

Thomas M

unread,
Dec 8, 2016, 10:05:22 AM12/8/16
to Shaka Player Users
Hello everyone.

I'm currently evaluating alternatives to the DashIF player for DASH live stream playback.
When I'm pasting my manifest url to the custom field in the shaka demo it instantly fails with the error 5005: INVALID_STREAMS_CHOSEN.
The stream works well under the DashIF player and Exoplayer on Android, so I don't think that there is something wrong with it.

The player does not request anything but the manifest file. I am attaching one to this thread.

Do you have any idea what could cause the error?

Much thanks in advance,
Thomas
manifest.mpd

Joey Parrish

unread,
Dec 8, 2016, 3:20:01 PM12/8/16
to Shaka Player Users
Hi Thomas,

This looks like a bug to me.  The INVALID_STREAMS_CHOSEN error seems to be a red herring, though.  If you open the JS console, you see three errors:  MANIFEST.RESTRICTIONS_CANNOT_BE_MET, "init: no Streams chosen", and STREAMING.INVALID_STREAMS_CHOSEN.

The real error seems to be RESTRICTIONS_CANNOT_BE_MET.  After that occurs, there should be no additional errors masking that one.  So we need to fix it so that the real error is the one you see.

Second, we need to determine why that error is being thrown.  It's not clear why there should be any restrictions on this content at all.

Please file this as a bug on github.  Usually we need a manifest URL where we can access the content.  An attached manifest only gets us so far, since we have no way to fetch the actual content.

If you can't share the URL publicly for some reason, you can send me a private email with the URL.  It's always better to share publicly when you can, though, as it gives the entire community better visibility into the bug.

Thanks,
Joey


--
You received this message because you are subscribed to the Google Groups "Shaka Player Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsub...@googlegroups.com.
To post to this group, send email to shaka-player-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shaka-player-users/c55d6210-2ecb-409a-a462-500566a5e124%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Thomas Melcher

unread,
Dec 9, 2016, 3:55:45 AM12/9/16
to Shaka Player Users
Hi Joey.

Thanks for the reply.
I'll see what I can do about the actual content URL. Its token protected and only accessible for some minutes, so even sharing it privately would not be very useful.
I will look into the uncompiled version first. Maybe I can find the bug.

Regards,
Thomas

'Joey Parrish' via Shaka Player Users <shaka-pla...@googlegroups.com> schrieb am Do., 8. Dez. 2016 um 21:20 Uhr:
Hi Thomas,

This looks like a bug to me.  The INVALID_STREAMS_CHOSEN error seems to be a red herring, though.  If you open the JS console, you see three errors:  MANIFEST.RESTRICTIONS_CANNOT_BE_MET, "init: no Streams chosen", and STREAMING.INVALID_STREAMS_CHOSEN.

The real error seems to be RESTRICTIONS_CANNOT_BE_MET.  After that occurs, there should be no additional errors masking that one.  So we need to fix it so that the real error is the one you see.

Second, we need to determine why that error is being thrown.  It's not clear why there should be any restrictions on this content at all.

Please file this as a bug on github.  Usually we need a manifest URL where we can access the content.  An attached manifest only gets us so far, since we have no way to fetch the actual content.

If you can't share the URL publicly for some reason, you can send me a private email with the URL.  It's always better to share publicly when you can, though, as it gives the entire community better visibility into the bug.

Thanks,
Joey

On Thu, Dec 8, 2016 at 7:05 AM, Thomas M <tho...@couchfunk.de> wrote:
Hello everyone.

I'm currently evaluating alternatives to the DashIF player for DASH live stream playback.
When I'm pasting my manifest url to the custom field in the shaka demo it instantly fails with the error 5005: INVALID_STREAMS_CHOSEN.
The stream works well under the DashIF player and Exoplayer on Android, so I don't think that there is something wrong with it.

The player does not request anything but the manifest file. I am attaching one to this thread.

Do you have any idea what could cause the error?

Much thanks in advance,
Thomas

--
You received this message because you are subscribed to the Google Groups "Shaka Player Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-us...@googlegroups.com.
To post to this group, send email to shaka-pla...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Shaka Player Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/shaka-player-users/TzuJGrtqIbY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to shaka-player-us...@googlegroups.com.
To post to this group, send email to shaka-pla...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shaka-player-users/CAM1-CV%3DhJhh1skZ3gNeyPXgkgeyKD7zjJAnFuh1NfbhZAgS0gw%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.
--
Thomas Melcher
Web & Android Developer

Couchfunk - Unterhaltung, die mitreißt!
Fernsehen, Sport-Entertainment, Webvideo

www.Couchfunk.de
www.TV.de

Mobil: 0176-61798686
Tel: 0351-49764380
Fax: 0351-49764388

Anschrift:
Couchfunk GmbH
Wichernstr. 10, 01445 Radebeul
Handelsregister: Amtsgericht Dresden HRB 30422
Geschäftsführer: Uz Kretzschmar

Joey Parrish

unread,
Dec 13, 2016, 1:43:56 PM12/13/16
to Shaka Player Users
Hi Thomas,

I believe I've been able to isolate the issue using your attached manifest only.  I'll go ahead and file something with a reference to this conversation.

Thanks,
Joey


On Fri, Dec 9, 2016 at 12:55 AM, Thomas Melcher <tho...@couchfunk.de> wrote:
Hi Joey.

Thanks for the reply.
I'll see what I can do about the actual content URL. Its token protected and only accessible for some minutes, so even sharing it privately would not be very useful.
I will look into the uncompiled version first. Maybe I can find the bug.

Regards,
Thomas

'Joey Parrish' via Shaka Player Users <shaka-player-users@googlegroups.com> schrieb am Do., 8. Dez. 2016 um 21:20 Uhr:
Hi Thomas,

This looks like a bug to me.  The INVALID_STREAMS_CHOSEN error seems to be a red herring, though.  If you open the JS console, you see three errors:  MANIFEST.RESTRICTIONS_CANNOT_BE_MET, "init: no Streams chosen", and STREAMING.INVALID_STREAMS_CHOSEN.

The real error seems to be RESTRICTIONS_CANNOT_BE_MET.  After that occurs, there should be no additional errors masking that one.  So we need to fix it so that the real error is the one you see.

Second, we need to determine why that error is being thrown.  It's not clear why there should be any restrictions on this content at all.

Please file this as a bug on github.  Usually we need a manifest URL where we can access the content.  An attached manifest only gets us so far, since we have no way to fetch the actual content.

If you can't share the URL publicly for some reason, you can send me a private email with the URL.  It's always better to share publicly when you can, though, as it gives the entire community better visibility into the bug.

Thanks,
Joey

On Thu, Dec 8, 2016 at 7:05 AM, Thomas M <tho...@couchfunk.de> wrote:
Hello everyone.

I'm currently evaluating alternatives to the DashIF player for DASH live stream playback.
When I'm pasting my manifest url to the custom field in the shaka demo it instantly fails with the error 5005: INVALID_STREAMS_CHOSEN.
The stream works well under the DashIF player and Exoplayer on Android, so I don't think that there is something wrong with it.

The player does not request anything but the manifest file. I am attaching one to this thread.

Do you have any idea what could cause the error?

Much thanks in advance,
Thomas

--
You received this message because you are subscribed to the Google Groups "Shaka Player Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsub...@googlegroups.com.
To post to this group, send email to shaka-player-users@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Shaka Player Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/shaka-player-users/TzuJGrtqIbY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to shaka-player-users+unsub...@googlegroups.com.
To post to this group, send email to shaka-player-users@googlegroups.com.
--
Thomas Melcher
Web & Android Developer

Couchfunk - Unterhaltung, die mitreißt!
Fernsehen, Sport-Entertainment, Webvideo

www.Couchfunk.de
www.TV.de

Mobil: 0176-61798686
Tel: 0351-49764380
Fax: 0351-49764388

Anschrift:
Couchfunk GmbH
Wichernstr. 10, 01445 Radebeul
Handelsregister: Amtsgericht Dresden HRB 30422
Geschäftsführer: Uz Kretzschmar

--
You received this message because you are subscribed to the Google Groups "Shaka Player Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsub...@googlegroups.com.
To post to this group, send email to shaka-player-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shaka-player-users/CAFxJbscG3Zijj5SrXcXLYoVyDMSow%2Bj5h_hAPg1LrRjBaR-ecg%40mail.gmail.com.

Joey Parrish

unread,
Dec 13, 2016, 3:08:37 PM12/13/16
to Shaka Player Users
Filed #631 on github.  Thanks for the report!


To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Shaka Player Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/shaka-player-users/TzuJGrtqIbY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to shaka-player-users+unsubscribe@googlegroups.com.
--
Thomas Melcher
Web & Android Developer

Couchfunk - Unterhaltung, die mitreißt!
Fernsehen, Sport-Entertainment, Webvideo

www.Couchfunk.de
www.TV.de

Mobil: 0176-61798686
Tel: 0351-49764380
Fax: 0351-49764388

Anschrift:
Couchfunk GmbH
Wichernstr. 10, 01445 Radebeul
Handelsregister: Amtsgericht Dresden HRB 30422
Geschäftsführer: Uz Kretzschmar

--
You received this message because you are subscribed to the Google Groups "Shaka Player Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsubscribe@googlegroups.com.

To post to this group, send email to shaka-player-users@googlegroups.com.

Joey Parrish

unread,
Dec 14, 2016, 5:20:21 PM12/14/16
to Shaka Player Users
Hi Thomas,

This should be fixed by 7dc98a7d.  Please try again with the latest code from the master branch and let us know how it's working for you.

Thanks,
Joey

Thomas M

unread,
Dec 21, 2016, 5:54:37 AM12/21/16
to Shaka Player Users
Hi Joey.

I've found time to test it and it works.
Thanks for fixing it!
To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsub...@googlegroups.com.
To post to this group, send email to shaka-pla...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Shaka Player Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/shaka-player-users/TzuJGrtqIbY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to shaka-player-users+unsub...@googlegroups.com.
To post to this group, send email to shaka-pla...@googlegroups.com.
--
Thomas Melcher
Web & Android Developer

Couchfunk - Unterhaltung, die mitreißt!
Fernsehen, Sport-Entertainment, Webvideo

www.Couchfunk.de
www.TV.de

Mobil: 0176-61798686
Tel: 0351-49764380
Fax: 0351-49764388

Anschrift:
Couchfunk GmbH
Wichernstr. 10, 01445 Radebeul
Handelsregister: Amtsgericht Dresden HRB 30422
Geschäftsführer: Uz Kretzschmar

--
You received this message because you are subscribed to the Google Groups "Shaka Player Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsub...@googlegroups.com.
To post to this group, send email to shaka-pla...@googlegroups.com.

Joey Parrish

unread,
Dec 21, 2016, 12:31:01 PM12/21/16
to Shaka Player Users
Hi Thomas,

Thanks for letting us know.  Glad we could help!

-Joey


To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Shaka Player Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/shaka-player-users/TzuJGrtqIbY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to shaka-player-users+unsubscribe@googlegroups.com.
--
Thomas Melcher
Web & Android Developer

Couchfunk - Unterhaltung, die mitreißt!
Fernsehen, Sport-Entertainment, Webvideo

www.Couchfunk.de
www.TV.de

Mobil: 0176-61798686
Tel: 0351-49764380
Fax: 0351-49764388

Anschrift:
Couchfunk GmbH
Wichernstr. 10, 01445 Radebeul
Handelsregister: Amtsgericht Dresden HRB 30422
Geschäftsführer: Uz Kretzschmar

--
You received this message because you are subscribed to the Google Groups "Shaka Player Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsubscribe@googlegroups.com.
To post to this group, send email to shaka-pla...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Shaka Player Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shaka-player-users+unsub...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages