Questions tagged [mplayer]

MPlayer is a free and open source media player.

The program is available for all major operating systems, including Linux and other Unix-like systems, Microsoft Windows and Mac OS X. Versions for OS/2, Syllable, AmigaOS, MorphOS and AROS Research Operating System are also available. A port for DOS using DJGPP is also available.

237 questions
0
votes
1 answer

mplayer fail to get stdin stream from golang

I want to write a simple command line m3u8 player for Linux. (Let me know if there already one.) There are several ts file urls in m3u8 file. m3u8 file is dynamically changed from network. Usually, one ts file has only a few seconds. So I need to…
Cameron Wong
  • 68
  • 10
0
votes
1 answer

How can i stop a child process by its reference variable in node.js on Debian?

I have a Node.js server set up and i am trying to stop a process which are started when some conditions are met. Here is my server script: var app = require('express')(); var server = require('http').Server(app); var io =…
Dan-Levi Tømta
  • 796
  • 3
  • 14
  • 29
0
votes
0 answers

Why ffmpeg/mplayer2 play sloppy something that vlc plays well?

While trying to play with mplayer2 or stream with ffmpeg, the video has a slight delay about every 12 seconds. Sometimes leading to distorted picture. But the same input plays back perfectly with vlc. What could be the reason for this? mplayer2…
exebook
  • 32,014
  • 33
  • 141
  • 226
0
votes
1 answer

mplayer.Loadlist does not work in case of mplayer using MplayerCtrl

I am using python 2.7 on window and raspberry pi. I am referring to below given link . http://www.blog.pythonlibrary.org/2010/07/24/wxpython-creating-a-simple-media-player/ I can play a single file in MplayerCtrl. But when i try to load a play…
0
votes
1 answer

Solution to playing various strams in Asterisk

We have a few radio stations that we stream on the phone. Most of them have their stream in MP3 format. Some are using MMS while others are using RTSP. We have two issues: 1) Finding a solution for all common formatss. Currently only MP3 works with…
Dovid Bender
  • 139
  • 9
0
votes
1 answer

Mplayer support SMB

How could I transplantation Mplayer to iOS? and make it support SMB? I build the ffmpeg,but the other thing is I do not know how to make this support smb. what I want is to developer a player support smb on iOS .
sky
  • 13
  • 3
0
votes
1 answer

Android dev mediaPlayer streaming won't stop after switching activities

So I am using a URL to stream audio using mediaPlayer- I can start the stream no problem- and stop it as well...as long as I don't switch activities. The problem happens when I start the stream...then switch activities....then come back and try to…
user3267847
  • 143
  • 1
  • 10
0
votes
0 answers

How does Mplayer interface with external windows?

Here's what happens when I run a file within SMPlayer: | |-zsh(7187)---smplayer(8054)-+-mplayer(8061)-+-mplayer(8062) | | | `-{threaded-ml}(8088) This means that…
d33tah
  • 10,999
  • 13
  • 68
  • 158
0
votes
1 answer

How to enable config file for Android MPlayer

I have downloaded MPlayer from Android market and it works quite well. But inspection of libmplayer.so (downloaded with the Android app) appears to reference all command-line options, mplayer.conf, log.txt, and everything else needed to set options…
0
votes
1 answer

GStreamer pipe to another player

Does anyone know if it's possible to pipe output from the Windows version of GStreamer (using gst-launch) to another player like MPlayer? I think if this were Linux I could use a fdsink or filesink location=/dev/stdout. The Windows version…
Dan
  • 533
  • 8
  • 29
0
votes
1 answer

Error getting video thumbnails with mplayer in loop

I need to get video thumbnails with mplayer using a loop, but mplayer gives me error. However the same command works fine out of the loop How do I prevent my command is affected by the loop? I've tried to encapsulate in a sub-shell or redirected…
Robin pilot
  • 447
  • 6
  • 15
0
votes
2 answers

Node.js Error Sending Stream to Mplayer, Sending File Works Fine

I'm trying to spawn mplayer as a child process, sometimes with a file to play and other times with a stream to play. The file works fine, but when I create a stream from the file, I get this error: events.js:85 throw er; // Unhandled 'error'…
swmcdonnell
  • 1,381
  • 9
  • 22
0
votes
1 answer

mplayer plays clip of previous file when loading new file

Loading an audio file in mplayer, pausing it, then loading a new file results in a brief bit of the initial audio file being played before playing the new file. To replicate the issue: Run mplayer in slave mode from a terminal: mplayer -slave…
vincent
  • 1,370
  • 2
  • 13
  • 29
0
votes
2 answers

tkinter not importable from terminal but works in Python 3 shell on Raspberry Pi

Thank you for your help in advance I've been stuck for nearly a week now! I am trying to use tkinter on my Pi and the following works ok when run in the python application (shell): import tkinter tk = tkinter.Tk() window =…
Ross
  • 13
  • 1
  • 4
0
votes
1 answer

How to stop mplayer playing through python

I am using my Raspberry Pi to play songs. I am trying to control the mplayer through a simple python programme. I have chosen python because I new to coding and have set up some simple imput driven menus to choose songs. I found this code here to…
Ross
  • 13
  • 1
  • 4