May 05, 2016
On Wednesday, 4 May 2016 at 14:16:20 UTC, Dan Olson wrote:
> Joakim <dlang@joakim.fea.st> writes:
>
>> On Wednesday, 4 May 2016 at 09:13:12 UTC, Dženis Kiderič wrote:
>>> On Wednesday, 4 May 2016 at 09:04:38 UTC, Dicebot wrote:
>>>> On Wednesday, 4 May 2016 at 08:33:47 UTC, Joakim wrote:
>>>>> There appears to be a problem with the sound on Ustream with Android, at least for me: there is none.  I've tried it on a Sony phone and a Samsung tablet, both with the HTML5 player in the browser and the Android app.  All other streams work, which suggests it's a problem with the Dconf stream.
>>>>>
>>>>> My guess is that the Dconf stream is using an audio codec that Ustream doesn't support on Android, and it's silently failing, in more ways than one.  If anyone else can reproduce this and maybe try to fix it by changing the audio codec, if possible, that'd be great.
>>>>
>>>> Have reported it to A/V team, will see if they can fix it timely.
>>>
>>> Can it be html5 ?
>>>
>>> https://support.ustream.tv/hc/en-us/articles/208999037-New-Ustream-Player-Overview
>>
>> Sound doesn't work in the official Ustream Android app either for the Dconf stream, as I noted.  My guess would be that the HTML5 player and the Android app try to use whatever audio codecs are built into Android, instead of the app using its own codecs, and the codec chosen by the Dconf livestream is not normally supported on Android for whatever reason.
>
> Also, no audo with iPhone or OS X.  Even downloaded Ustream app.  Must be an upstream problem.  Looks like Kai is giving a nice talk though.

Doeme on the irc channel #D found an archived Ustream link that works on VLC and MX Player on Android, I extracted the other three.  Use those video players' dialogs to open a network stream and paste in these URLs to watch the talks from yesterday.

Andrei's keynote, Ali, and first half of Luis's talk -

http://tcdn.ustream.tv/video/86352137?preset_id=1&e=1462456858&h=2bce1d511ca41cc6e047dcfa00bcaf2d&source=api

Remaining 20 mins. of Luis's talk -

http://tcdn.ustream.tv/video/86356923?preset_id=1&e=1462459599&h=2368da51796310f9af4a95552c989458&source=api

Ethan and Kai's talks -

http://tcdn.ustream.tv/video/86359657?preset_id=1&e=1462459842&h=c9e2e39e844a72053bd5b7cb080a5935&source=api

Steve and the lightning talks -

http://tcdn.ustream.tv/video/86364066?preset_id=1&e=1462460121&h=90fd544b33445b05148ef9662f23bf20&source=api
May 05, 2016
Joakim <dlang@joakim.fea.st> writes:
>>> Sound doesn't work in the official Ustream Android app either for the Dconf stream, as I noted.  My guess would be that the HTML5 player and the Android app try to use whatever audio codecs are built into Android, instead of the app using its own codecs, and the codec chosen by the Dconf livestream is not normally supported on Android for whatever reason.
>>
>> Also, no audo with iPhone or OS X.  Even downloaded Ustream app. Must be an upstream problem.  Looks like Kai is giving a nice talk though.
>
> Doeme on the irc channel #D found an archived Ustream link that works on VLC and MX Player on Android, I extracted the other three.  Use those video players' dialogs to open a network stream and paste in these URLs to watch the talks from yesterday.

Yup, listening to yesterday's keynote now with VLC.  Still no audio for the live stream.

Does anybody have audio working live?  What are you using to listen with?
May 05, 2016
On Thursday, 5 May 2016 at 10:59:29 UTC, Joakim wrote:
> On Wednesday, 4 May 2016 at 14:16:20 UTC, Dan Olson wrote:
>> [...]
>
> Doeme on the irc channel #D found an archived Ustream link that works on VLC and MX Player on Android, I extracted the other three.  Use those video players' dialogs to open a network stream and paste in these URLs to watch the talks from yesterday.
>
> [...]

Thank you.
It worked on my Android phone (with the sound) within the first hour they were posted. Now trying to view the streams is failing. Have the links expired?
May 06, 2016
On Thursday, 5 May 2016 at 22:21:58 UTC, mate wrote:
> On Thursday, 5 May 2016 at 10:59:29 UTC, Joakim wrote:
>> On Wednesday, 4 May 2016 at 14:16:20 UTC, Dan Olson wrote:
>>> [...]
>>
>> Doeme on the irc channel #D found an archived Ustream link that works on VLC and MX Player on Android, I extracted the other three.  Use those video players' dialogs to open a network stream and paste in these URLs to watch the talks from yesterday.
>>
>> [...]
>
> Thank you.
> It worked on my Android phone (with the sound) within the first hour they were posted. Now trying to view the streams is failing. Have the links expired?

Yes, you can get new stream URLs from the JSON metadata for each video.  For example, the first video is at http://www.ustream.tv/recorded/86352137, so load up http://api.ustream.tv/videos/86352137.json and look for the flv URL with the tcdn.ustream.tv domain.  Copy it, remove the forward slashes before the back slashes, and paste it into VLC.
May 06, 2016
On Friday, 6 May 2016 at 01:09:07 UTC, Joakim wrote:
> On Thursday, 5 May 2016 at 22:21:58 UTC, mate wrote:
>> On Thursday, 5 May 2016 at 10:59:29 UTC, Joakim wrote:
>>> On Wednesday, 4 May 2016 at 14:16:20 UTC, Dan Olson wrote:
>>>> [...]
>>>
>>> Doeme on the irc channel #D found an archived Ustream link that works on VLC and MX Player on Android, I extracted the other three.  Use those video players' dialogs to open a network stream and paste in these URLs to watch the talks from yesterday.
>>>
>>> [...]
>>
>> Thank you.
>> It worked on my Android phone (with the sound) within the first hour they were posted. Now trying to view the streams is failing. Have the links expired?
>
> Yes, you can get new stream URLs from the JSON metadata for each video.  For example, the first video is at http://www.ustream.tv/recorded/86352137, so load up http://api.ustream.tv/videos/86352137.json and look for the flv URL with the tcdn.ustream.tv domain.  Copy it, remove the forward slashes before the back slashes, and paste it into VLC.

Thanks for the technique. But it does not seem to work. I extracted the following from the json, which gives me an HTTP 403 forbidden error:
http://tcdn.ustream.tv/video/86352137?preset_id=1&e=1462512507&h=1f78b567afc5eda10df1be84e0786704&source=api

May 06, 2016
On Friday, 6 May 2016 at 01:37:10 UTC, mate wrote:
> On Friday, 6 May 2016 at 01:09:07 UTC, Joakim wrote:
>> On Thursday, 5 May 2016 at 22:21:58 UTC, mate wrote:
>>> [...]
>>
>> Yes, you can get new stream URLs from the JSON metadata for each video.  For example, the first video is at http://www.ustream.tv/recorded/86352137, so load up http://api.ustream.tv/videos/86352137.json and look for the flv URL with the tcdn.ustream.tv domain.  Copy it, remove the forward slashes before the back slashes, and paste it into VLC.
>
> Thanks for the technique. But it does not seem to work. I extracted the following from the json, which gives me an HTTP 403 forbidden error:
> http://tcdn.ustream.tv/video/86352137?preset_id=1&e=1462512507&h=1f78b567afc5eda10df1be84e0786704&source=api

Your link works for me in VLC, are you trying to download it or something?  The video is dark for first five seconds, but you can hear crowd audio right away.
May 06, 2016
On Friday, 6 May 2016 at 01:49:14 UTC, Joakim wrote:
> On Friday, 6 May 2016 at 01:37:10 UTC, mate wrote:
>> On Friday, 6 May 2016 at 01:09:07 UTC, Joakim wrote:
>>> On Thursday, 5 May 2016 at 22:21:58 UTC, mate wrote:
>>>> [...]
>>>
>>> Yes, you can get new stream URLs from the JSON metadata for each video.  For example, the first video is at http://www.ustream.tv/recorded/86352137, so load up http://api.ustream.tv/videos/86352137.json and look for the flv URL with the tcdn.ustream.tv domain.  Copy it, remove the forward slashes before the back slashes, and paste it into VLC.
>>
>> Thanks for the technique. But it does not seem to work. I extracted the following from the json, which gives me an HTTP 403 forbidden error:
>> http://tcdn.ustream.tv/video/86352137?preset_id=1&e=1462512507&h=1f78b567afc5eda10df1be84e0786704&source=api
>
> Your link works for me in VLC, are you trying to download it or something?  The video is dark for first five seconds, but you can hear crowd audio right away.

Oh yes it works on VLC on Android! Sorry. It does not on VLC (nor via browser) on my laptop.
Below is a UNIX command to extract the flv URL from the JSON’s.
  wget -O- 2>/dev/null http://api.ustream.tv/videos/86352137.json | grep -o 'flv":"[^"]*' | cut -d\" -f3 | tr -d \\\\

Thanks.
1 2 3
Next ›   Last »