For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 4 voices, and was last updated 13 years ago by
support-michael.
-
AuthorPosts
-
HanMemberAdditional problem in new version 2.3
I have been making Android Native apps with live video feeds using version 2.2 without any problems. Recently I have discovered after upgrading to version 2.3 that the system now prevents the live video stream to play on Android devices. The app now prevents the device player from understanding the proper format of the stream. I am getting a message saying that this stream (protocol) is not supported by the device. I am using the same stream I have used with version 2.2 without any problems. And to make sure I am not crazy or so, I took one of my old apps which was made with version 2.2 and it is in the play market and working fine, I took this same app into version 2.3 (the new version 2.3 opened the file after updating it) then I pushed the app for packaging without changing anything and then tried to open the video but it started showing error messages. This means something in the new version is blocking the live video feeds from playing within the app. I have a suspicion that the integration with phone gap may have caused this. I had a similar problem with software which had the same problem after integrating with phone gap. Not sure but just a thought. So for the team at mobione, please fix this problem as soon as possible, since every app I make has a live video feed, I am unable to make any apps until this problem is fixed. Please update on this.
ThanksJuly 22, 2013 at 1:37 pm #340978
support-alekseyMemberCould you please share video stream URL you are using? If you want to keep data in privacy you can send us the url to support at genuitec dot com, use title mobione video url from Han
If this is not possible – please tell us protocol (url schema), video format in the stream and any other technical details you have.
Thanks!
August 1, 2013 at 5:43 pm #341188
HanMemberTo Mobione support team,
On July 20-2013 I posted the message regarding the error within Android apps developed using Mobione when trying to play live video streams. Has there been any update on this problem? Is there any update on this issue? Please advise since I am unable to use the Mobione software to develop any live stream apps.
ThanksAugust 1, 2013 at 7:24 pm #341192
support-octavioMemberHi Han,
Aleksey followed up with you by email. I assume you didn’t receive the response. Let me sync with him and then follow up with you.
August 4, 2013 at 11:51 am #341228
HanMemberHi Octavio,
Thank you for your reply message. I did answer Aleksey, I sent him the urls directly to (the support email address) because those urls are private, but I did not get an answer. Can you please check on it with Aleksey and let me know your findings and when can you post a fix for this problem.
Waiting your reply
Regards
HanAugust 6, 2013 at 8:25 am #341289
support-michaelKeymasterHi Han,
Here is the email reply from Aleksey if you did not receive it:
I’ve tested one of the urls on Android 4.0.3 using MobiOne 2.5M1 and it worked fine, except I needed to press Play button manually in the player.
This was simple video player we’re using within native app to access local resources.To open URL in external app, same as used when opening from web site you can make a Button with On Click Event: Action -> Go to URL, URL: rtsp://... , Open URL In: New Window.
-
AuthorPosts
