Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

crosswalk acces issue : fails to play video

Mour_D_
Beginner
666 Views

i recently made my android app with intel xdk (crosswalk project ) , now my add does not plays video at all,

below is my code

<video width="80%" height="auto" controls="controls" id="myVideo">
				<source src="video/kitkatfinal2.mp4" type="video/mp4" />
			</video>

 

my code used to work earlier , i got this issue when i built app 2 days ago , i need urgent help what is issue . Please help me is it but with coss walk or some permission issue or does it need chnage on html structure.

 

Please help

0 Kudos
5 Replies
Mour_D_
Beginner
666 Views

earlier this code was working but after intel xdk update my video not play at all , is it due to some whitelist or content meta policy , please guide what to do 

1: video inside project 

2: intexl xdk introduced some whitelist can this be issue , or i need to add some permissions

i used eclipse to get error log what i see is below

09-28 03:08:00.688: E/chromium(5350): [ERROR:runtime_javascript_dialog_manager.cc(64)] Not implemented reached in virtual void xwalk::RuntimeJavaScriptDialogManager::CancelActiveAndPendingDialogs(content::WebContents*)
09-28 03:08:00.754: D/JsMessageQueue(5350): Set native->JS mode to OnlineEventsBridgeMode
09-28 03:08:00.960: E/MediaResourceGetter(5350): File does not exist.
09-28 03:08:00.960: E/MediaResourceGetter(5350): Unable to configure metadata extractor
09-28 03:08:01.083: I/wpa_supplicant(2163): wlan0: CTRL-EVENT-SCAN-STARTED 
09-28 03:08:01.594: E/WifiConfigStore(711): setLastSelectedConfiguration -1
09-28 03:08:01.597: V/XTWiFiOS(711): Wifi scan result receiver called

 

 

0 Kudos
Mour_D_
Beginner
666 Views

i figured out issue , when i build app using shared crosswalk my inapp video work , where as in embeed it does not works at all, see some bug with intel crosswalk 14

0 Kudos
PaulF_IntelCorp
Employee
666 Views

@Mour -- the issue with our build system has been resolved, you can now build with embedded Crosswalk option and your video should play.

0 Kudos
Mour_D_
Beginner
666 Views

thanks i used crosswalk 15 and that was fine , but i am unable to publish updated app , please help me with this link

https://software.intel.com/en-us/forums/intel-xdk/topic/594529

 

also i am unable to see all my app via website login 

0 Kudos
PaulF_IntelCorp
Employee
666 Views

Mour -- I don't understand what you mean by "also i am unable to see all my app via website login"

0 Kudos
Reply