Re: Live streaming of DConf 2016: confirmed

2016-05-05 Thread mate via Digitalmars-d-announce

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=1462512507=1f78b567afc5eda10df1be84e0786704=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.


Re: Live streaming of DConf 2016: confirmed

2016-05-05 Thread Joakim via Digitalmars-d-announce

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=1462512507=1f78b567afc5eda10df1be84e0786704=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.


Re: Live streaming of DConf 2016: confirmed

2016-05-05 Thread mate via Digitalmars-d-announce

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=1462512507=1f78b567afc5eda10df1be84e0786704=api



Re: Live streaming of DConf 2016: confirmed

2016-05-05 Thread Joakim via Digitalmars-d-announce

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.


Re: Live streaming of DConf 2016: confirmed

2016-05-05 Thread mate via Digitalmars-d-announce

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?


Re: Live streaming of DConf 2016: confirmed

2016-05-05 Thread Dan Olson via Digitalmars-d-announce
Joakim  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?


Re: Live streaming of DConf 2016: confirmed

2016-05-05 Thread Joakim via Digitalmars-d-announce

On Wednesday, 4 May 2016 at 14:16:20 UTC, Dan Olson wrote:

Joakim  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=1462456858=2bce1d511ca41cc6e047dcfa00bcaf2d=api

Remaining 20 mins. of Luis's talk -

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

Ethan and Kai's talks -

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

Steve and the lightning talks -

http://tcdn.ustream.tv/video/86364066?preset_id=1=1462460121=90fd544b33445b05148ef9662f23bf20=api


Re: Live streaming of DConf 2016: confirmed

2016-05-04 Thread Dan Olson via Digitalmars-d-announce
Joakim  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.


Re: Live streaming of DConf 2016: confirmed

2016-05-04 Thread Robert M. Münch via Digitalmars-d-announce

On 2016-05-03 22:45:45 +, dilkROM said:


Yes, correct! There are currently three places to view the stream:

Sociomantic Facebook: https://www.facebook.com/sociomantic/app/190322544333196/

Sociomantic Website: 
https://www.sociomantic.com/blog/2016/05/follow-dconf-2016-in-real-time/


Sociomantic UStream: http://www.ustream.tv/channel/pR6fAWVkXzw

We'll try to get a PR submitted to the official DConf website to get a 
stream there too so people really have a wide variety of where they are 
most comfortable to watch the live stream, but I'm not sure how likely 
that last addition will be given that the conference starting may 
engage most folks and thus prevent any site updates. I could be wrong 
though!


If anyone else feels like they want to host a stream somewhere, please 
let me know!


Lastly, if you want direct access to me or any other organizers during 
the event, best case is to Tweet directly to @DLangConf as that is more 
aggressively notifying us than the forums.


Unfortunately all require Flash... which I and most likely a lot 
haven't installed.


--
Robert M. Münch
http://www.saphirion.com
smarter | better | faster



Re: Live streaming of DConf 2016: confirmed

2016-05-04 Thread Joakim via Digitalmars-d-announce

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.


Re: Live streaming of DConf 2016: confirmed

2016-05-04 Thread Dženis Kiderič via Digitalmars-d-announce

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


Re: Live streaming of DConf 2016: confirmed

2016-05-04 Thread Dicebot via Digitalmars-d-announce

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.


Re: Live streaming of DConf 2016: confirmed

2016-05-04 Thread munrek via Digitalmars-d-announce

On Tuesday, 3 May 2016 at 22:45:45 UTC, dilkROM wrote:
Yes, correct! There are currently three places to view the 
stream:


Sociomantic Facebook: 
https://www.facebook.com/sociomantic/app/190322544333196/


Sociomantic Website: 
https://www.sociomantic.com/blog/2016/05/follow-dconf-2016-in-real-time/


Sociomantic UStream: http://www.ustream.tv/channel/pR6fAWVkXzw


Great, but why is the stream so blurry ?
It can't be my bandwidth, and I can't find any menu/button to 
enable HD video on ustream's flash player.


Re: Live streaming of DConf 2016: confirmed

2016-05-04 Thread Joakim via Digitalmars-d-announce

On Tuesday, 3 May 2016 at 22:45:45 UTC, dilkROM wrote:

On Tuesday, 3 May 2016 at 22:06:54 UTC, jmh530 wrote:

On Tuesday, 3 May 2016 at 21:30:26 UTC, Nick B wrote:

On Monday, 2 May 2016 at 00:45:39 UTC, Nick B wrote:


[snip]
Only bit that is still decided upon is platform choice for 
primary stream source - will update this topic when it gets 
settled.


Any update on this ?


Can't we get some communication on this issue ?

I can't be the only person who wants to know what is 
happening ?


Nick


The twitter feed provides a link:
https://www.facebook.com/sociomantic/app/190322544333196/

But I'm probably not going to bother to wake up at 4am for 
it...


Yes, correct! There are currently three places to view the 
stream:


Sociomantic Facebook: 
https://www.facebook.com/sociomantic/app/190322544333196/


Sociomantic Website: 
https://www.sociomantic.com/blog/2016/05/follow-dconf-2016-in-real-time/


Sociomantic UStream: http://www.ustream.tv/channel/pR6fAWVkXzw

We'll try to get a PR submitted to the official DConf website 
to get a stream there too so people really have a wide variety 
of where they are most comfortable to watch the live stream, 
but I'm not sure how likely that last addition will be given 
that the conference starting may engage most folks and thus 
prevent any site updates. I could be wrong though!


If anyone else feels like they want to host a stream somewhere, 
please let me know!


Lastly, if you want direct access to me or any other organizers 
during the event, best case is to Tweet directly to @DLangConf 
as that is more aggressively notifying us than the forums.


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.


Re: Live streaming of DConf 2016: confirmed

2016-05-03 Thread rikki cattermole via Digitalmars-d-announce

On 04/05/2016 10:45 AM, dilkROM wrote:

On Tuesday, 3 May 2016 at 22:06:54 UTC, jmh530 wrote:

On Tuesday, 3 May 2016 at 21:30:26 UTC, Nick B wrote:

On Monday, 2 May 2016 at 00:45:39 UTC, Nick B wrote:


[snip]

Only bit that is still decided upon is platform choice for primary
stream source - will update this topic when it gets settled.


Any update on this ?


Can't we get some communication on this issue ?

I can't be the only person who wants to know what is happening ?

Nick


The twitter feed provides a link:
https://www.facebook.com/sociomantic/app/190322544333196/

But I'm probably not going to bother to wake up at 4am for it...


Yes, correct! There are currently three places to view the stream:

Sociomantic Facebook:
https://www.facebook.com/sociomantic/app/190322544333196/

Sociomantic Website:
https://www.sociomantic.com/blog/2016/05/follow-dconf-2016-in-real-time/

Sociomantic UStream: http://www.ustream.tv/channel/pR6fAWVkXzw

We'll try to get a PR submitted to the official DConf website to get a
stream there too so people really have a wide variety of where they are
most comfortable to watch the live stream, but I'm not sure how likely
that last addition will be given that the conference starting may engage
most folks and thus prevent any site updates. I could be wrong though!

If anyone else feels like they want to host a stream somewhere, please
let me know!

Lastly, if you want direct access to me or any other organizers during
the event, best case is to Tweet directly to @DLangConf as that is more
aggressively notifying us than the forums.


I'd love to mirror it on livecoding.tv. Of course the main concern with 
this is a round trip to europe from New Zealand would not be very good 
for viewers, even if I'm on a fiber connection.


Wouldn't be too hard I suppose to write an irc bot to mirror chat there 
on to FreeNode #D or even automate tweets. Especially with my irc to 
XMPP bridge (free for use).


Re: Live streaming of DConf 2016: confirmed

2016-05-03 Thread Nick B via Digitalmars-d-announce

On Tuesday, 3 May 2016 at 21:45:27 UTC, Andrei Alexandrescu wrote:



I forwarded your question appropriately. -- Andrei


Thank you.


Re: Live streaming of DConf 2016: confirmed

2016-05-03 Thread dilkROM via Digitalmars-d-announce

On Tuesday, 3 May 2016 at 22:45:45 UTC, dilkROM wrote:

On Tuesday, 3 May 2016 at 22:06:54 UTC, jmh530 wrote:

On Tuesday, 3 May 2016 at 21:30:26 UTC, Nick B wrote:

On Monday, 2 May 2016 at 00:45:39 UTC, Nick B wrote:


[snip]
Only bit that is still decided upon is platform choice for 
primary stream source - will update this topic when it gets 
settled.


Any update on this ?


Can't we get some communication on this issue ?

I can't be the only person who wants to know what is 
happening ?


Nick


The twitter feed provides a link:
https://www.facebook.com/sociomantic/app/190322544333196/

But I'm probably not going to bother to wake up at 4am for 
it...


Yes, correct! There are currently three places to view the 
stream:


Sociomantic Facebook: 
https://www.facebook.com/sociomantic/app/190322544333196/


Sociomantic Website: 
https://www.sociomantic.com/blog/2016/05/follow-dconf-2016-in-real-time/


Sociomantic UStream: http://www.ustream.tv/channel/pR6fAWVkXzw

We'll try to get a PR submitted to the official DConf website 
to get a stream there too so people really have a wide variety 
of where they are most comfortable to watch the live stream, 
but I'm not sure how likely that last addition will be given 
that the conference starting may engage most folks and thus 
prevent any site updates. I could be wrong though!


If anyone else feels like they want to host a stream somewhere, 
please let me know!


Lastly, if you want direct access to me or any other organizers 
during the event, best case is to Tweet directly to @DLangConf 
as that is more aggressively notifying us than the forums.


Aha, I've forgotten one fun tidbit! Dicebot has had the amazing 
idea of providing a hashtag for "live questions" from the remote 
audience. So if you're watching and want to say or ask something, 
simply Tweet and include the hashtag #askDConf. Dicebot will pick 
up the Q's and pass them onto the appropriate party in the event 
itself. Should be quite a fun way to interact with the live 
stream! :)


Re: Live streaming of DConf 2016: confirmed

2016-05-03 Thread dilkROM via Digitalmars-d-announce

On Tuesday, 3 May 2016 at 22:06:54 UTC, jmh530 wrote:

On Tuesday, 3 May 2016 at 21:30:26 UTC, Nick B wrote:

On Monday, 2 May 2016 at 00:45:39 UTC, Nick B wrote:


[snip]
Only bit that is still decided upon is platform choice for 
primary stream source - will update this topic when it gets 
settled.


Any update on this ?


Can't we get some communication on this issue ?

I can't be the only person who wants to know what is happening 
?


Nick


The twitter feed provides a link:
https://www.facebook.com/sociomantic/app/190322544333196/

But I'm probably not going to bother to wake up at 4am for it...


Yes, correct! There are currently three places to view the stream:

Sociomantic Facebook: 
https://www.facebook.com/sociomantic/app/190322544333196/


Sociomantic Website: 
https://www.sociomantic.com/blog/2016/05/follow-dconf-2016-in-real-time/


Sociomantic UStream: http://www.ustream.tv/channel/pR6fAWVkXzw

We'll try to get a PR submitted to the official DConf website to 
get a stream there too so people really have a wide variety of 
where they are most comfortable to watch the live stream, but I'm 
not sure how likely that last addition will be given that the 
conference starting may engage most folks and thus prevent any 
site updates. I could be wrong though!


If anyone else feels like they want to host a stream somewhere, 
please let me know!


Lastly, if you want direct access to me or any other organizers 
during the event, best case is to Tweet directly to @DLangConf as 
that is more aggressively notifying us than the forums.


Re: Live streaming of DConf 2016: confirmed

2016-05-03 Thread jmh530 via Digitalmars-d-announce

On Tuesday, 3 May 2016 at 21:30:26 UTC, Nick B wrote:

On Monday, 2 May 2016 at 00:45:39 UTC, Nick B wrote:


[snip]
Only bit that is still decided upon is platform choice for 
primary stream source - will update this topic when it gets 
settled.


Any update on this ?


Can't we get some communication on this issue ?

I can't be the only person who wants to know what is happening ?

Nick


The twitter feed provides a link:
https://www.facebook.com/sociomantic/app/190322544333196/

But I'm probably not going to bother to wake up at 4am for it...


Re: Live streaming of DConf 2016: confirmed

2016-05-03 Thread Andrei Alexandrescu via Digitalmars-d-announce

On 5/3/16 11:30 PM, Nick B wrote:

On Monday, 2 May 2016 at 00:45:39 UTC, Nick B wrote:


[snip]

Only bit that is still decided upon is platform choice for primary
stream source - will update this topic when it gets settled.


Any update on this ?


Can't we get some communication on this issue ?

I can't be the only person who wants to know what is happening ?


I forwarded your question appropriately. -- Andrei




Re: Live streaming of DConf 2016: confirmed

2016-05-03 Thread Nick B via Digitalmars-d-announce

On Monday, 2 May 2016 at 00:45:39 UTC, Nick B wrote:


[snip]
Only bit that is still decided upon is platform choice for 
primary stream source - will update this topic when it gets 
settled.


Any update on this ?


Can't we get some communication on this issue ?

I can't be the only person who wants to know what is happening ?

Nick




Re: Live streaming of DConf 2016: confirmed

2016-05-01 Thread Nick B via Digitalmars-d-announce

On Thursday, 21 April 2016 at 17:24:43 UTC, Dicebot wrote:
Have just got a confirmation that there will both live stream 
and high quality recording for later publishing during DConf 
2016 @ Berlin - not being able to attend is not a reason to not 
participate! ;)



[snip]
Only bit that is still decided upon is platform choice for 
primary stream source - will update this topic when it gets 
settled.


Any update on this ?




Re: Live streaming of DConf 2016: confirmed

2016-04-26 Thread Dmitry via Digitalmars-d-announce

On Tuesday, 26 April 2016 at 14:44:42 UTC, Dicebot wrote:
For high quality recordings publishes later shouldn't be a 
problem.

Very good!


Re: Live streaming of DConf 2016: confirmed

2016-04-26 Thread Dicebot via Digitalmars-d-announce

On Tuesday, 26 April 2016 at 14:01:56 UTC, Dmitry wrote:

On Thursday, 21 April 2016 at 17:24:43 UTC, Dicebot wrote:
Have just got a confirmation that there will both live stream 
and high quality recording for later publishing during DConf 
2016 @ Berlin - not being able to attend is not a reason to 
not participate! ;)


Any chance for subtitles?


For live stream - don't think so. For high quality recordings 
publishes later shouldn't be a problem.