Tagged Questions
-3
votes
0answers
61 views
How to play DVD (.vob files) in windows media player (wmp.dll) in VB6
I try to play DVD file format (*.vob) in VB6 but this code is not work!
wmp1.url="d:\my dvd1\VIDEO_TS\VTS_01_1.VOB"
or
wmp1.url="dvd://d:\my dvd1\VIDEO_TS\VTS_01_1.VOB"
please help me ...
0
votes
1answer
54 views
Error streaming file on android 2.x, working on 4.x
i wrote an class that extends android mediaplayer, the class is the following
package it.ccevas.ccevasandroid;
import java.io.IOException;
import android.media.AudioManager;
import ...
1
vote
1answer
56 views
Audio file placed on server not playing in android media player error (1, -2147483648)
link to my audio file is http://www.nomadicsmart.com/co-notes/files/testsong_20_sec.mp3
but it always give error (1, -2147483648)
where as this link works ...
0
votes
0answers
49 views
how to use .Plist file in android for streaming media player
i am making an streaming mediaplayer android app in which i want to use .Plist file for playing songs.
why am using .Plist is b'coz ill be updating .Plist frequently which will be uploading on ...
0
votes
1answer
10 views
Append media to post excerpt
I am developing a Wordpress site to allow users to sell musical productions, I would like to have PHP handle the media as that would be the most secure but I am a novice and I don't have a coder on ...
-1
votes
2answers
46 views
Android: Instance States and media player
I'm writing a simple app where activity A has a song playing. When a button is pressed, the media player pauses and activity B opens. When the user goes back to activity A, the mediaplayer is ...
1
vote
1answer
66 views
No Control buttons in mediaplayer show up
im new to Android and im trying to make a really simple app. Its just one activity which contains a MediaPlayer for playing audio or video files.
I managed to play a song, but it just wont show me ...
0
votes
1answer
54 views
How to get status of file is playing in Window Media Player in java
I'm doing project about Mini-Lyrics by java-code, so, I want to get take information of mp3 file when it running on Window Media Player, for example: About information beginning time, running time, ...
2
votes
0answers
37 views
ios: playing video with arbitrary nsinputstream
I would like to pass an NSInputStream into a MPMoviePlayerController, or MPMoviePlayerViewController, or whatever else.
The input stream leverages a protocol that is not supported by Apple's ...
0
votes
1answer
78 views
“Like” Gate (For Dummies!)
I'm trying to find out what makes a Like gate work. With this question, yes I'm obviously new to understanding the tech behind Facebook.
I am trying to create a website that will:
Prompt users to ...
0
votes
0answers
64 views
Window media Player issue in firefox, chrome, internet explorer
i am facing a quiet funny issue with windows media player, i am using default window media player installed on client local machine to view media in browser. i open it lightbox which is developed by ...
0
votes
1answer
130 views
case and switch method to stop and start android media player using spinner
I have a spinner that you can choose which quality you prefer to stream, and when selected you have to press stop button to stop the player, then select your stream, then you have to select play ...
0
votes
0answers
108 views
Android - AssetFileDescriptor referring to wrong file
I am making a simple app with 3 radio buttons in a radio group. When the user selects one of the three, mediaplayer should play the corresponding song, yet all three buttons play the same song, even ...
0
votes
1answer
79 views
How to read songs playlist from website or static ip for my Android media player project
I am currently making an android media player app in Java, Its job is simple to make user enjoy my friends raps using online streaming. His songs are on reverbnation.com, i would upload a playlist ...
0
votes
1answer
203 views
Windows Media Player object c# - playout buffer value
I would like to see the current playout buffer value while streaming a video on a network over a wireless link,
I couldn't find any software that does this so i have decided to write a small app that ...
-1
votes
1answer
213 views
streaming in Android Media player
I am trying to develop an android app to stream video from a URL. But I am getting the following error. Please help
@Override
public void onClick(View v) {
Log.d("TAG", "on Click");
...
1
vote
0answers
157 views
Window Media Player Current position issue
I am using Windows Media Player in my desktop application. I set a value in my application which I then provide to Window Media Player's Current Position property like this:
...
5
votes
3answers
427 views
Play FLV data synchronously [closed]
I am just investigating http://www.broccoliproducts.com/softnotebook/rtmpclient/rtmpclient.php RTMP client code. And it is working fine so it gets data and saves the FLV file locally.
The code is ...
0
votes
2answers
209 views
Android Media player play the song x times
I would like to play the song x times like 1,2,3 ..etc using android media player.Please
let me know is there any way to do this using android api.
Thanks
0
votes
0answers
79 views
Using Wakelock with media player android
I'm doing a research on Android power consumption, my question is about, when I use wake lock with media player something like:
mPlayer.setWakeMode(getApplicationContext(), ...
0
votes
0answers
77 views
Stopping Media Player/Chrono with Seekbar Value
Basically, I have a Seekbar, which I want to use to set the amount of time for a Media Player and a chronometer to play. They are all in one class, and the Media Player is playing songs from a ...
0
votes
1answer
47 views
How to do a sleeptimer for mediaplayer on android
I'm developing 1 application android about media player...
I am playing the file audio (mp3) by Media Player, but i want to set the timer for media player which is playing
for example: i want to set 5 ...
0
votes
2answers
208 views
C# Open media player when clicked on a mp3 file
How to develop a media player which opens up and plays song when an Mp3 file is opened. Just like in our OS when u click on mp3 file windows media player opens up and plays song.
In my application how ...
3
votes
1answer
288 views
Reload data source in android media player
Hy,
I'm having a hard time with media player in android. Basically i try to play a song from my sd card which is downloading (some sort of streaming). So after the song was downloaded (20%) the song ...
0
votes
0answers
51 views
Retrive Embedded Windows Media Player data
I have a embedded Windows Media Player on my site that streams from a Windows Media Encoder from another server.
I need to grab the current streaming video title, the id of the player and the IP into ...
2
votes
0answers
163 views
Strange flow for seekBar on android MediaPlayer
I use MediaPlayer for playing a single mp3 song from network. Data source is the file downloaded from network. This files comes in chuncks.
Let's assume we have following playing state.
Song ...
0
votes
0answers
74 views
Fast Start Play WMP
I am developing an application in C# that has a form with Windows Media Player.
There is an event called "Buffering" in AXWindowsMediaPlayer class that signals when media player finishes buffering ...
0
votes
2answers
471 views
Can I play YouTube movies using a custom player (MPMoviePlayerController)?
I want to built a custom player and use it to stream youtube movies.
Is it possible?
Do I need to somehow parse the YouTube link
and then pass it to the player?
0
votes
1answer
228 views
Use an m3u playlist for my media player.
I am making a WPF application of a media player from scratch. I have added a listbox where I can switch from one song to the next. I want to save this list as an m3u playlist and I want to be able to ...
0
votes
0answers
234 views
Windows Media Player Object with Video_TS Files - No Sound Anymore
I copied a bunch of my DVDs (yes, owned) to a drive and created a basic webpage to be able to search and play them. I am using the code at the bottom to create a Windows Media Player object and then ...
1
vote
1answer
672 views
Media Player Fast Forward
I have spent a great deal of time searching, and with all different key phrases. But, I have not come up with anything to help me with my problem. I am working on a Media Player and have a menu strip ...
0
votes
0answers
21 views
OnTouchListener for audio
I'm trying to create an Example App that play a Sound when you keep pressing a button, I mean, when you stay pressing it should sound, and when you release the button it should stop.
And also if I ...
0
votes
0answers
144 views
Android native_media player does't play more than 8 files
The project which comes with android_ndk_r8/samples/native_media This player plays TS video file i have customize it to play video Ts continuously i have customized its AndroidBufferQueueCallback ...
2
votes
3answers
607 views
Perl system(1,@commands)
I'm trying to write a Perl script that runs videos in a directory n times on Windows Media Player one after the other.
For some reason, on the 64th video playing, it gets stuck on system(1, ...
-3
votes
2answers
2k views
c# creating media player [closed]
So hey, I've started to think about a media player idea that will help me for my wills.
But I don't like using the built-in (or already-made) media player of windows.
I wanted to create my own media ...
0
votes
0answers
116 views
Getting security exception for medial player in android?
In my application, i need to capture the currently playing song. I got the code from this link
http://www.alexc.me/android-music-app-service-currently-playing-song/231/ . I have created an activity ...
0
votes
1answer
686 views
android - media player null pointer exception
I have a really weird error that I just can't figure out what's going on. In my code, I use media player through SoundsClass like this:
public class SoundsClass {
private int sound;
private Context ...
2
votes
1answer
1k views
Android: playing a song file using default music player
Is there a way to play a media with the default media player. I can do with the following code
Intent intent = new Intent(Intent.ACTION_VIEW);
MimeTypeMap mime = MimeTypeMap.getSingleton();
...
0
votes
1answer
630 views
C# playlist realization
I'm looking for a simple C# solution to manage a playlist. Not the actual playback functionality, just adding, removing, reordering stuff and so on.
Does such code exist?
1
vote
1answer
413 views
C#: WMP, time stamp in milliseconds / tenth of a second
I'm using the WMP (AxWindowsMediaPlayer) in a C# project and would like to extract the exact time stamp up to 0.1 or 0.01 seconds. Is there any way how to accomplish that?
The following won't work as ...
1
vote
2answers
237 views
Android: Saving music state (beginner)
I am having an issue with the music playback of my app. I set up the media player within a Service class which plays music throughout the application fine. However, the issue I'm having is when ...
0
votes
1answer
160 views
NSMediaplayer status bar bug?
I'm using NSMediaPlayer to play my video. I'm hiding the status bar on the top with info plist file. After I play the movie the status bar comes up (I guess this is a bug with media player. I've tried ...
1
vote
3answers
631 views
Resume music after pause Phonegap
I already success to play,pause and stop music in Android. The problem is when I want to resume my music. If I press pause button and play, it will start the music from beginning.
Anyone have ...
0
votes
1answer
150 views
Playing music files for a specified time, even if power button pressed ( Android )
I have written an Android application that plays music files for a specified time (e.g for 6 minutes). The annoying problem is that, if user presses power button and/or display turns off, playing ...
0
votes
2answers
2k views
How to play a song using service IN ANDROID
i am new to android development, i want to know, how to run a song in a service, i also want to use .aidl file to expose clients the interface.
Thanks in advance
0
votes
1answer
468 views
How to detect if media player is running
I am currently making an app the will control how to start and stop the mediaplayer on android devices. Only music. I only want my service running when the music player is active in the background or ...
1
vote
0answers
252 views
Playing media files in Java?
I've set myself the task of creating a media player in Java. I've seen that the JMF and Xuggler are both quite good ways to implement the actual audio/video playing, among others. My question is that ...
4
votes
2answers
2k views
How to avoid 15 second delay/caching in Android Media Player when playing stream
I am implementing a media player that plays a stream from a remote machine. Via my app I can control the remote machine (e.g. seek to second). Works like charm, but: The Android Media Player buffers ...
0
votes
1answer
665 views
Media player in c# with text and images overlay
I have just read some discussions about this topic but I didn't find the definitive answer.
Is possibile in C# do this:
1) media player that read playlist and could run common video format (mp4)
2) ...
0
votes
2answers
4k views
Is android able to stream .m3u8 file?
I'm trying to stream .m3u8 file using media player for android. but it seems the media player failed to fetch the playlist:
error log:
08-28 13:40:48.358: ERROR/LiveSession(8804): unable to fetch ...
