For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 15 replies, 5 voices, and was last updated 13 years, 3 months ago by
support-octavio.
-
AuthorPosts
-
MassimilianoFabbriMemberAccordingly with this:
var newurl = “http://www.eudosia.com/rpc/video-2013-02-11-22-48-47.mp4”;
$(“#m1-audio-video1-player”).attr(“onclick”,”phoneui.playVideo(‘”+newurl+”‘)”);
phoneui.playVideo(newurl);and or this
var newurl = “file:///mnt/sdcard/DCIM/camera/video-2013-02-11-22-48-47.mp4”;
$(“#m1-audio-video1-player”).attr(“onclick”,”phoneui.playVideo(‘”+newurl+”‘)”);
phoneui.playVideo(newurl);and or this
var newurl = “sdcard/DCIM/camera/video-2013-02-11-22-48-47.mp4”;
$(“#m1-audio-video1-player”).attr(“onclick”,”phoneui.playVideo(‘”+newurl+”‘)”);
phoneui.playVideo(newurl);THe Video player do not show anything……IS IT A BUG?
Please I need this feature on ANdroid 2.3 Froyo
MaxFebruary 12, 2013 at 8:05 am #335310
support-octavioMember@eudosia,
Thanks for reporting this issue. I’m discussing it with dev team now to learn if it is a bug or we missed something as I’m getting the same behaviour than you.
February 19, 2013 at 11:11 am #335611
MassimilianoFabbriMemberPlease Octavio. Update this thread with news about this Bug
February 19, 2013 at 12:47 pm #335617
support-octavioMemberHi eudosia,
We found a bug in the native os layer of phonegap/cordova and are working around it. Will provide additional updates as soon as I have more info.
March 6, 2013 at 2:53 am #336285
MassimilianoFabbriMemberHey Octavio
I installed v2.3.2. build 4 but the problem still exists.
I founded another issue with Audio Player.
It work on build center, but not on android device
compiled with phonegap:
$(“#m1-player-audio1-player”).jPlayer(“setMedia”, { mp3: “http://205.188.215.229:8010/” });
I’m in deep troble! Please
Give me more info about to solve this issue!
Thanks
MaxMarch 7, 2013 at 2:02 pm #336372
MassimilianoFabbriMember@support-octavio wrote:
Hi eudosia,
We found a bug in the native os layer of phonegap/cordova and are working around it. Will provide additional updates as soon as I have more info.
March 7, 2013 at 4:01 pm #336382
support-octavioMember@eudosia,
The android video player bug is in the dev queue but we are running way behind on the fix. We are estimating that it and several other media bugs will resolved late this month but more likely early April. The big push for us atm is a replacement of the Test Center to resolve some key stability issues.
March 8, 2013 at 10:10 pm #336445
hoidaonguyenMember@eudosia
As you know, I been waiting for awhile (Since last Oct/2012),hope to see someday, someone will donate time to fix this issue.
But that person and that time is doesn’t come true yet, so I am ’till STAND BY…I can’t amazing, “Seem like the whole house will collapse if one window need to fix…”
That’s all I can think off, Hope you understand what I meaning…..!April 3, 2013 at 3:06 pm #337489
hoidaonguyenMemberHello Sir. support-octavio
It is Apr-2013….May I know any news for “Video Player”Thank You
April 9, 2013 at 4:46 pm #337815
support-octavioMemberHi hoidaonguyen,
I wish I had better news on the youtube widget but its state is deferred at the moment. Improving a number of other areas has gotten higher priority. I asked for a roadmap and there is no near term commitment for such a widget. Why, for example there is a big glitch in the iOS video player on iPad atm that the dev team is having to reimplement now. New features are deferred until existing features are working reliably.
April 9, 2013 at 8:45 pm #337824
hoidaonguyenMemberFinally, “Video Player”…….Must not be listing to fix
This is very good response………….Thank you MobiOne Developers….April 10, 2013 at 1:56 am #337825
MassimilianoFabbriMemberI know you are in trouble. But I can’t stand to wait for a solution taking months.
I think audio and video are the basis, databases management too, but I can’t see progresses in this way.
Sorry, but I’m moving on other platforms.
B.R.
Max.April 10, 2013 at 9:09 am #337840
support-michaelKeymasterI need to clarify to a recent statement on video.
1) We are implementing a new approach to the video player specifically to work around a serious issue on App iPad. This fix is actively in development and testing and will be available in approx a week.2) Some of you have been wanting a youtube player widget. This is on our todo list but we will not be developing it until key issues are addessed like #1 above.
April 29, 2013 at 10:56 am #338598
MassimilianoFabbriMemberTwo months are passed. Please update this thread
about iPhone and Android Video Player.
I need to go production with streaming player, ASAP….
Thanks
EudosiaApril 30, 2013 at 9:40 pm #338670
WaylandDavisMemberI’ve not used phonegap a lot, but there was something I saw here that didn’t make sense:
$(“#m1-audio-video1-player”).attr(“onclick”,”phoneui.playVideo(‘”+newurl+”‘)”);
Why does +newurl+ have a single tick, then quote mark around it? I’m not familiar with that syntax.
Thanks,
wildwex
-
AuthorPosts
