I am not able to play sound from url in cxpo av - react-native

[![enter image description here](https://i.stack.imgur.com/RfU1J.png)](https://i.stack.imgur.com/RfU1J.png)
i am trying to get audio file from api but it is not working

Related

How do I create video files in atom

good day friends, pls creating a file for image, is it the same for mp4 videos. because I created a folder to enable hold my video to display when rendered in my website(locally). but not working.
I created a folder and save the mp4 video their and use video tag to call it from my html,but not working.

How do I get the video category associated with a youtube video from the video url?

I'm wokring on a personal project where I need to get the video category associated with a youtube video from the video url but I can't seem to find a solution. The Youtube API gives me a list of video categories but not assocaited with any specific video.
My code is basically scratched.

Sony Sdk - how to download images with jpeg only

Im working on a uni project using sony sdk. Right now when I use the capture image API from sony sdk, it downloads both RAW and JPEG images to my PC. As the image size is very high, it takes some time to download, which impacts the video streaming. Therefore, I want it only to download the JPEG image when I shoot photos (not the RAW image) or a second option to keep the images in the camera SD card and not to download to the host PC. Can anyone tell me if there is any way I can acheive one of the above?
Thanks

How to tell YouTube that a livestream is a 360 video?

We are successfully streaming video to YouTube already. However we don't know how to create the livestreams for a 360 video via the API:
My guess is that we miss some documentation about how to tell YouTube that a video stream needs to be played back in a 360 video player. We are using this code snippet to generate the liveStreams resource:
NSDictionary *stream = #{#"snippet": #{#"title": broadcast.title ? broadcast.title : #"mimoLive Livestream"},
#"cdn": #{#"resolution": resolution,
#"frameRate": framerate,
#"ingestionType": #"rtmp"}};
Is there a (un)documented key we need to add here?
Refering to YouTube API:
https://developers.google.com/youtube/v3/live/docs/liveStreams
(BTW: Facebook recently added the option is_spherical to their API to make this work)
You need to set the contentDetails.Projection field to 360 when creating a new broadcast object. It is set to rectangular by default. This is documented under https://developers.google.com/youtube/v3/live/docs/liveBroadcasts

BackgroundAudioPlayer can't play link like "llnwd.net"

I access this link
https://api.soundcloud.com/i1/tracks/112591184/streams?client_id=b45b1aa10f1ac2941910a7f0d10f8e28&app_version=ff19f157
and can get mp3 link like:
https://soundcloud.hs.llnwd.net/dM7lqg9JGehn.128.mp3?AWSAccessKeyId=AKIAJ4IAZE5EOI7PA7VQ&Expires=1393349497&Signature=cNBZPQMGGmCjc1CvyXELy1edfVk%3D&e=1393349497&h=9807761d2092a0b8b13b06ebdba24a12
I can use this mp3 link for both playing and downloading
But when I use this link to play in BackgroundAudioPlayer of Windows Phone
It can't play, I don't know why.