Uday Kakkar Posted June 4, 2020 Share Posted June 4, 2020 Hello Everyone I am using LiveApp feature of ant media server Using android app to stream the video onto the backend. Is there a way to create a shareable link from the client side (Android App) and share it with someone ? Since the video is already being hosted on the ant-media server , i thought we should be able to create a shareable link ThanksUday Link to comment Share on other sites More sharing options...
0 Ant Media Posted June 6, 2020 Share Posted June 6, 2020 Hi Uday Kakkar, please check following wiki page about VoD: https://github.com/ant-media/Ant-Media-Server/wiki/Play-Live-and-VoD-Streams-and-Previews Because the url of the recorded VoD videos are created based on StreamID and resolution after stream has ended and you have this information in Android side. You can directly create this URL and share it after publish is ended. http://<SERVER_NAME>:5080/LiveApp/streams/<STREAM_ID>.mp4 http://<SERVER_NAME>:5080/LiveApp/streams/<STREAM_ID>_240p.mp4 Best Regards, Can PS: Free or Paid one-on-one support and consultancy for your streaming project, please book at https://calendly.com/antmedia/ On Thu, 4 Jun at 2:53 AM , Uday Kakkar <udaykakkar@gmail.com> wrote: Hello Everyone I am using LiveApp feature of ant media server Using android app to stream the video onto the backend. Is there a way to create a shareable link from the client side (Android App) and share it with someone ? Since the video is already being hosted on the ant-media server , i thought we should be able to create a shareable link ThanksUday -- You received this message because you are subscribed to the Google Groups "Ant Media Server" group.To unsubscribe from this group and stop receiving emails from it, send an email to ant-media-server+unsubscribe@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/ant-media-server/CA%2Bn0A-ksF6g_RmYbNFMo1%3DhpJ_95hMFKR%3DYVC%2B8MEze%2ByO9viw%40mail.gmail.com. 7650:1264838 Link to comment Share on other sites More sharing options...
0 Uday Kakkar Posted June 7, 2020 Author Share Posted June 7, 2020 Hello Thanks for the reply How can i share it as a streaming URL - can i share it while the video is live? ThanksUday Link to comment Share on other sites More sharing options...
0 Uday Kakkar Posted June 7, 2020 Author Share Posted June 7, 2020 Okay i found that in the wiki thanks ThanksUday Link to comment Share on other sites More sharing options...
0 Uday Kakkar Posted June 7, 2020 Author Share Posted June 7, 2020 Hello I tried the wiki: Play VoD Streams with MP4 Firstly, make sure again that MP4 muxing for live streams is enabled on your application. You can see that in the settings of the app on web management panel. Assume that there is a stream is publishing to the Ant Media Server with an URL in this format rtmp://<SERVER_NAME>/LiveApp/<STREAM_ID> . After publishing is finished, MP4 file will be created. It says everywhere that after stream is published , it is ready for viewing. Is there any way to vies it LIVE - when the video itself is being broadcasted? Thanks ThanksUday Link to comment Share on other sites More sharing options...
0 Ant Media Posted June 8, 2020 Share Posted June 8, 2020 Hi Uday Kakkar,you can give link to your play.html web page like in wiki: https://github.com/ant-media/Ant-Media-Server/wiki/HLS-Playing If you want WebRTC playing you should remove playOrder: https://your_domain_name:5443/WebRTCAppEE/play.html?name=stream1 Best Regards, Can PS: Free or Paid one-on-one support and consultancy for your streaming project, please book at https://calendly.com/antmedia/ On Sun, 7 Jun at 6:47 PM , Uday Kakkar <udaykakkar@gmail.com> wrote: Hello I tried the wiki: Play VoD Streams with MP4 Firstly, make sure again that MP4 muxing for live streams is enabled on your application. You can see that in the settings of the app on web management panel. Assume that there is a stream is publishing to the Ant Media Server with an URL in this format rtmp://<SERVER_NAME>/LiveApp/<STREAM_ID> . After publishing is finished, MP4 file will be created. It says everywhere that after stream is published , it is ready for viewing. Is there any way to vies it LIVE - when the video itself is being broadcasted? Thanks ThanksUday On Sun, Jun 7, 2020 at 11:40 AM Uday Kakkar <udaykakkar@gmail.com> wrote: Okay i found that in the wiki thanks ThanksUday 7650:1264838 Link to comment Share on other sites More sharing options...
Question
Uday Kakkar
Link to comment
Share on other sites
Top Posters For This Question
4
2
Popular Days
Jun 7
3
Jun 4
1
Jun 6
1
Jun 8
1
Top Posters For This Question
Uday Kakkar 4 posts
Ant Media 2 posts
Popular Days
Jun 7 2020
3 posts
Jun 4 2020
1 post
Jun 6 2020
1 post
Jun 8 2020
1 post
5 answers to this question
Recommended Posts