YouTube Studio Multiple Camera Angles - youtube

YouTube recently forced everyone to the new YouTube studio for live streaming. Per their documentation here https://support.google.com/youtube/answer/2853812?hl=en the only place to setup Multiple Camera angles is on the Events page. However, since their change I can't access Classic Streaming anymore, it just pop ups a message saying
Live Control Room is the new way to go live.
I've tried reaching out to YouTube directly - I'm stuck in a support loop of uselessness. Has anyone else seen this and found a workaround?

Direct email from YouTube:
I just want to make all a clarification regarding your concern why you can't find to stream with multiple camera angles.
Due because of low usage and since it can't be watched on mobile,
multi-camera won't migrate to Live Control Room right now. Rest
assured we are looking for a better version of this product in the
near future.
We also recommend you to send a feedback to our Product team so they
can look into your suggestion.
Thanks for your understanding on this matter. Let me know if you have
other questions.

Related

How to replicate bulk end screen copy functionality from VidIQ and TubeBuddy?

I am the owner of an educational YouTube Channel with tens of thousands of short videos. I would like to get some more organic reach by implementing end screen cards on all videos that are already posted. Unfortunately, Youtube does not have a built-in feature to bulk-apply end screen cards.
This leads people to go to paid services such as TubeBuddy and VidIQ to gain that functionality. Unfortunately, due to the size of my channel, I am in no position to pay for these apps and so would like to use my programming knowledge to implement the functionality myself.
Note: VidIQ does have free bulk copy however I am limited to only updating the latest 3000 videos, of which only 2000 successfully updated since many of my videos don't have matching aspect ratios.
I've tried to look for an answer on google and on StackOverflow without success. From these three questions...
How to add end screen with YouTube Data API?
Is possible to add annotations or a 'end screen' to a video when i'm uploading it using Java youtube api?
Youtube upload API Card end
... you would guess that it is impossible to do this but how is it done by TubeBuddy and vidIQ then? I highly suggest not reiterating the answers in the above three questions as it is possible since there are already multiple apps that implement it. The reason behind youtube tag is that it's most fitting however the answer can be anything from automation software to any specialized language imaginable I just simply cannot find any leads.

Can iOS Kamcord SDK be used to record screens of apps other than games?

I am looking for a solution to record the screen of my app - especially an online video. Initially I used this link to implement this:
http://codethink.no-ip.org/wordpress/archives/673
This does record everything selected in the view however the youtube player shows up as a black screen. After research I came across the Kamcord library used by games.
Anyone know if this can be used to record non-game app views - especially online videos embedded in UIWebView?
Do you know why the video in a uiwebview is treated differently? Is it using open-gl?
I don't think this is the answer your hoping for. But this may be helpful to someone looking to do this in the future.
The current version of Kamcord 1.9 does not support any recording. Kamcord is moving into the live stream hosting business. Version 1.7 is still obtainable via github Official support is supposed to end August 24th 2015, but I haven't had a reply back, even for questions about the new version for weeks now, a week before official close.
The online implementation documentation was kept on their website and I when I asked for the 1.7 documents I was told they "did not have them" since no backup was kept. I suggested they look into source control systems. You can get some of the older iOS documents from the way back machine (please consider donating) but the Android documents are not to be found (nor did it do basic things like let you control video length on Android.)

Is there a way of disabling then recording of video on a website?

Is there an option or more security features where we can make our videos non downloable i.e. using realplayer record option or other, basically preventing third party apps from recording video on a website.
We will be using Vimeo Plus. Any ideas or thoughts will be appreciated.
You should search for alternatives. The best way to tackle this is by having a watermark or a background image of your company logo or a small logo at the corner or something.This is what major TV channels do.
With the exception of services like netflix, which go to great lengths to provide and control the player software, No. In most cases, if the video is being displayed on a client (ie. via browser), then it is available to be saved locally, or even to be captured by screen capture software. To be sure, the likes of youtube and vimeo try to make it non-trivial ... but there's easily available software to download the videos in almost all cases.
unless someone else knows something I don't :-)

Lecture Capture Implementation: Synced Video and Slides Side by Side

I would like to take a YouTube video of a lecture and sync it with another area displaying the (powerpoint/pdf) slides being discussed in the lecture.
For example, knoodle.com does this but for a price. I wonder if anyone has implemented something like that and what framework (Flash, HTML5, etc) they used.
Another good specific example can be found here. It shows exactly the kind of video-slide side-by-side visual I'm looking to create.
I'm the author of presentz.org.
Presentz is an opensource software that lets you mix youtube/vimeo/video files with slideshare/speakerdek/images.
It's also free to use.
Try authorpoint software. It does that.
onion.tv provides the functionality you are looking for and many others that can enrich video presentations and overall engagement with videos. It's hosted online - videos stays where they are e.g. at youtube and metadata stays at onion.tv

Doubts over internet Radio Application in Blackberry

i am trying to develop sort of internet radio application,i dont have any ideas of how to approach it.I surfed a lot,but i cant identify information to lead me to the right direction.
While surfing i came to know abt, player that they use to access shoutcast broadcast on their BB?
I came to know abt this link
so guys any ideas,how can it be used for developing the application.So Hoping for some results
Taking a close look at the source code for the application you linked to is a great start in understanding how to do streaming audio on the BlackBerry. They implement a custom SourceStream and DataSource and use those to feed audio data from the network into a Player instance.
The best source for information is the BlackBerry Developer website. There, you can find guides such as the Audio and Video Playback guide, which goes over this in great detail including code samples.

Resources