| |||
Launch BSPlayer from App Now I developed an app which searches my movie database. On the selection of a movie I'd like to launch BSPlayer with the chosen movie. The movie is on a SMB-Share (My Book Live). What I tried so far is: Code: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.parse(url), "video/*"); startActivity(intent); Has anyone tried this. Or can People from BSPlayer give me a hint? Any suggestions highly welcome! Thanks. |
| ||||
Without password it should work. We will test it.
__________________ |Android translations | Technical help for PRO users | BS.Player-Subtitles.com | BSPeter's Help2Help | F. A. Q - Wiki | BSP Games |
| |||
There is no password on the smb share. The problem is that android does not seem to accept an url starting with 'smb://' (android.content.ActivityNotFoundException: No Activity found to handle Intent). Is there any way to call BSPlayer directly with package name and parameters in the intent? That would probably be the trick. But I have no idea what to fill into the intent. |
| ||||
Will be fixed in next version. URL format should be "smb://host/share/movie.mp4" Also acceptable is "smb://user:password@host/share/movie.mp4" If password is required, you must first add host in BSPlayer, then play passworded file.
__________________ |Android translations | Technical help for PRO users | BS.Player-Subtitles.com | BSPeter's Help2Help | F. A. Q - Wiki | BSP Games |
| ||||
Also is fixed in full version.
__________________ |Android translations | Technical help for PRO users | BS.Player-Subtitles.com | BSPeter's Help2Help | F. A. Q - Wiki | BSP Games |
Tags |
app, launch, smb |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ATI Remote Wonder plug-in for BSPlayer (dll inside) | matz | General Talk And Support | 18 | 10th July 2020 07:25 AM |
New Features/Improvements to BSplayer | Tizio | Feature Requests, Feedback And Suggestions | 0 | 7th October 2006 02:54 PM |
BUGS in BSplayer v2.12.941 (Normal/Pro) | Tizio | Bug Reports And Codecs | 0 | 5th October 2006 06:43 PM |
READ THIS FIRST BEFORE POSTING | BSPeter | General Talk And Support | 0 | 17th January 2005 01:29 AM |
Fixing the Icon Problem for yourself | neato713 | Feature Requests, Feedback And Suggestions | 1 | 3rd October 2004 02:04 PM |