I've created a IOS application(Video Broadcaster) using the code generator. But it is not working.

I’ve created a IOS application(Video Broadcaster) using the code generator. On my iPhone, I can see it is steaming but when I go back to my media management page, I don’t see it on my live stream. Please help.

Hi Ed Chan!

We are working on this issue.
This issue occurs only in Backendless console.
You can see your video stream using media player app.

Regards,
Kate.

Hi Kate,

Thanks for your quick reply. What is the url to access my video stream?

Thanks,
Ed

Hi Ed Chan!

We made several changes. Now you can see streams on media console.
If you create recorded media, server saves media file in Backendless file service -> media folder.
You can access to this file via public url.
If you want to playback media stream, you should use application “Sample video-on-demand viewer”
with following method:
[backendless.mediaService playbackStream:_streamName tube:VIDEO_TUBE options:options responder:self];
You can download this sample app from code generation page.

Regards,
Kate.

Hi Kate,

What if I want to view my streaming video on VLC or some other apps, is there a public url I can use? Also, do you support HLS?

Thanks,
Ed