|
Hi
I cant find a way to use an url that requires basic auth when im useing mp.setDataSource(url);
MediaPlayer mp = new MediaPlayer(); mp.setDataSource(url); mp.prepareAsync();
Anyone that got any ideas?
Started by PHP Jedi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you tried putting the user ID and password in the URL?
http://<user>:<password>@<host>:<port>/<url-path>
I don't think the native media player supports this. .
|
|
I need to play .vox files on my web page. Does anyone have any tips on how to play .vox files using the Silverlight Mediaplayer control?
Started by TGnat on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Convert it to MP3 and it should play..
It won't play VOX files.
You can see the supported formats/containers here: Supported Audio and Video Formats .
Silverlight will only play VC-1 encoded content right now.
|
|
I am currently working on an MP3 player (in a WPF application) with a WPF MediaPlayer and basically, I want to implement a Song Seeker which moves along with the current playing song.
I already implemented a song slider (from Sacha Barber's application...
Started by Andreas Grech on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Public partial class Main : Window { MediaPlayer MPlayer; MediaTimeline MTimeline; public Main() { InitializeComponent(); var uri = new Uri("C:\\Test.mp3"); MPlayer = new MediaPlayer of a MediaPlayer, it....
With a Pause/Play button.
|
Ask your Facebook Friends
|
Hi, we have a site ( https://oursite.net ) in which we display a videostream hosted on http ( http://someserver.com ). The site needs to be hosted on https, and we don't control the video, so I'm assuming it needs to be on http. we recently added the ...
Started by AndreasKnudsen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's also likely that there is a cross-scheme issue: you should try and optimize... .
Can you check the enableHtmlAccess property on the object tag to make sure it is true? Most media players end up using the HTML DOM bridge to communicate with the web page .
|
|
Is it possible to get audio (left/right) sound levels of MediaPlayer?
Answer Snippets (Read the full thread at microsoft):
Hi,
>> Is it possible to get audio (left/right) sound levels of MediaPlayer?
I would like.
|
|
Enigma2-plugin-extensions-mediaplayer_experimental 25.08.2010
enigma2-plugin-extensions-mediaplayer_experimental Attached Files enigma2-plugin-extensions-mediaplayer_experimental-git20100825-r0_mipsel.zip (27.2 KB, 1 views) IF YOU LIKE A POST USE THE ...
Started by singh on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at mvdig):
|
|
I have an application with mediaplayer inside.
But I have no idea, how to erlage mediaplayer in accordance with Metro design guidelines.
The one thought is to use "Semantic Zoom", but it is not intended for such a situation.
Just to hide else controls...
Answer Snippets (Read the full thread at microsoft):
|
|
Hi, when I use MediaPlayer to play a music file (mp3/wav), I am phsyically unable to delete the file (after stopping the music).
It just says the JVM is still using it.
Of course if I quit the program I can delete, but I really need to have the delete...
Started by colin-java on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at oracle):
Cross posted
http://www.coderanch.com/t/582392/JavaFX/java/delete-file-when-MediaPlayer
db.
|
|
The Fantec 3DFHDL Mediaplayer arrived Technic3D. Internet, Android and a 3D 1080P Media Streamer on your TV? We will check the Features on the "3DFHDL" Player.
http://www.technic3d.com/review/mult...-im-test/1.htm
Started by Stefan Mileschin on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at madshrimps):
|
|
Has anyone tried to interface with Dune HD mediaplayers through IP control?
I know there is a Dune Remote for iphone /ipad, so the mediaplayer is controllable by IP commands.
Also I found a document with IP control commands in it, but don't know how to...
Started by WAVI on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at homeseer):
Just looking at that text file to control the media player you might get away with some geturl commands;
hs.geturl("http://10.0.0.1", "/cgi-bin/do?
cmd=start_dvd_playback&media_url=storage_name://MyHDD1/SomeFolder/dvd_image.iso", True, 80)
You would end... .
|