Sponsored Content
Operating Systems Linux Debian How to play avi files Raspberry Pi? Post 302889895 by oldcity on Monday 24th of February 2014 11:22:07 AM
Old 02-24-2014
I just did a straight sudo apt-get install mplayer
Here is my error message:
Code:
 $ mplayer /home/pi/Dropbox/xdropbox/01-20140222161921.aviMPlayer svn r34540 (Debian), built with gcc-4.6 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing /home/pi/Dropbox/xdropbox/01-20140222161921.avi.
libavformat version 53.21.1 (external)
Mismatching header version 53.19.0
AVI file format detected.
[aviheader] Video stream found, -vid 0
AVI: No audio stream found -> no sound.
VIDEO:  [FMP4]  320x240  24bpp  5.000 fps  368.3 kbps (45.0 kbyte/s)
Clip info:
 Software: Lavf53.21.1
Load subtitles in /home/pi/Dropbox/xdropbox/
vo: couldn't open the X11 display ()!
vo: couldn't open the X11 display ()!
Error opening/initializing the selected video_out (-vo) device.


Exiting... (End of file)

$
Hope this helps,
oldcity
This User Gave Thanks to oldcity For This Post:
 

8 More Discussions You Might Find Interesting

1. Solaris

Playing AVI in solaris 8

how to play avi file in solaris8 ??... it is not opening in realplayer 7 ..... i also dont have the root login ...plz help !!! (2 Replies)
Discussion started by: coolguyshail
2 Replies

2. Linux

fedora: problem to play mp3 files.

hi friends. i have tried all above option to play mp3 files but i am not able to listen mp3 files. i have tried above option using yum like $ su - # yum install gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg i got a error like Loaded plugins: refresh-packagekit Could... (5 Replies)
Discussion started by: praneshmishra08
5 Replies

3. UNIX and Linux Applications

Convert .mp4 to .avi

Hello, I need software to convert multimedia files. What is the good software? I was looking for it on the web, but I did not find any special. Thanks... (1 Reply)
Discussion started by: feliks
1 Replies

4. Slackware

Can't play sound files with aplay or cat to /dev/dsp

I am having problems using soundes. Until a few moments ago the following commands produced errors and no sound: cat /usr/share/apps/kolf/sounds/blackhole.wav/ > /dev/dsp yielded: /dev/dsp: Invalid argument cat /usr/share/apps/kolf/sounds/blackhole.wav > /dev/audio yelded: /dev/audio:... (3 Replies)
Discussion started by: slak0
3 Replies

5. What is on Your Mind?

Raspberry Pi anyone?

Anyone order or get the new Rasberry Pi? I'm still waiting. Even though it's a fun project, I think these will turn out to be toys for people who already have PC's, and a boon to those who do not. But that is not stopping me. If my wallet holds out, maybe I can build a Raspberry Pi beowulf... (1 Reply)
Discussion started by: jim mcnamara
1 Replies

6. UNIX and Linux Applications

Burn avi to cd with k3b

Is there a way to burn avi to cd with k3b? When I tried the disc became unusable. I tried to open the disc on 2 different computers with no luck. (0 Replies)
Discussion started by: cokedude
0 Replies

7. What is on Your Mind?

Raspberry PI

The small red box to the left of TV is the Raspberry PI. Successfully installed and running Raspbian Wheezy. I learnt about Raspberry PI from Neo here on unix.com. Thanks to you Neo :b: (6 Replies)
Discussion started by: balajesuri
6 Replies

8. Windows & DOS: Issues & Discussions

How to play video files one after the other continously?

Hi, There are many MP4 files in a folder say 50 files . All these files are video clipping files.Instead of playing the video one by one , is it possible to play all video clipping files into single shot ? Say for example when i play one video file it gets over after sometime and to view... (5 Replies)
Discussion started by: Maddy123
5 Replies
DVBSTREAM(1)							      Debian							      DVBSTREAM(1)

NAME
dvbstream - Transmit a DVB transport stream via RTP SYNOPSIS
dvbstream [ -f freq] [ -p vh] [ -s symbolrate] [ -c cardnum] [ -o ] [ -ps ] [ -i ipaddr ] [ -r port] [-a apid] [ -v vpid] p -t ttpid] [-n secs ] [ pid1 ... ] DESCRIPTION
dvbstream takes a TS (transport stream) from A DVB (Digital Video Broadcast, either DVB-S for satellite cards, DVB-C for cable, or DVB-T for terrestrial) and broadcasts (a subset of) it over a LAN using the RTP protocol. Some options are not available on Budget DVB cards. OPTIONS
-f The Frequency to tune into, in MHz. -p, v|h The polarisation; either h (horizontal) or v (vertical). -s symbolrate The symbol rate of the DVB stream, typically 27500. -c cardnum Select which DVB card to use. The cardnum must be between 0 and 3. -a apid Select which audio PID to output on the TV-OUT of the DVB card (Full cards only). -v vpid Select which video PID to output on the TV-OUT of the DVB card (Full cards only). -t ttpid Select which Teletext PID to output on the TV-OUT of the DVB card (Full cards only). -n secs Timeout and shut down after secs sec- onds. -ps Output a PS rather than a (default) PES stream. -o Output to stdout rather than broadcast. -i ipaddr IP Multicast port to output to (default is 224.0.1.2) -r port IP multicast port to outpu to (default is 5004). SERVER USAGE
If you wanted to broadcast TVC International from Astra 19E, you would type the following command: dvbstream -f 12441 -p v -s 27500 512 660 You can specify up to 8 PIDs on the command-line to include in the multicasted transport stream. A 10MBit/s network should be able to han- dle one video and one audio stream, or eight audio streams. If you also want to view the TV channel on the TV-OUT of your DVB-S card (or using xawtv or similar), then you can use the "-v" and "-a" flags before the video and audio PIDs respectively: dvbstream -f 12441 -p v -s 27500 -v 512 -a 660 dvbstream also has the ability to map PIDS to different values before you stream it. For example, if you type dvbstream -f 12441 -p v -s 27500 -v 512:1 -a 660:2 then the video stream will become "PID 1" and the audio stream will become "PID 2". Also, with driver versions from October 2001 onwards, you can broadcast the entire transport stream (if you are using a budget card) with the command: dvbstream 8192 8192 is a "dummy PID" (legal PIDS are in the range 0-8191) and the driver interprets this to mean the entire TS. Obviously, it would make no sense to use the map feature on this "pid". CLIENT USAGE
To receive the stream on any other machine on your LAN, use the dumprtp utility (from ts-rtp). An slightly improved version is included in this archive. e.g. dumprtp > received.ts If you have a DVB card on the second machine, you can use the rtpfeed command to decode the stream. Type "rtpfeed -h" for usage informa- tion. rtpfeed was written by Guenter Wildmann <a8909020@unet.univie.ac.at> - please address any bugs or comments to Guenter. If you don't have a DVB card on the client machine, You can use mpg123 and the mpegtools provided with the DVB driver for live audio decod- ing: dumprtp | ts2es apid | mpg123 - This command line is included with dvbstream as the "rtpradio.sh" script. If you only want audio, you can run dvbstream with eight audio PIDs, and then your clients can choose which PID to play. For live TV channel playing, the best solution I have found is mplayer (http://www.mplayerhq.hu). Please install the latest CVS version - mplayer is being rapidly improved. You can then view TV being streamed over the network using the following command: dumprtp | ts2ps vpid apid | mplayer -cache 2048 - This command line is included with dvbstream as the "rtptv.sh" script. MPLAYER RTP-PS SUPPORT The file "mplayer-libmpdemux-network.c.patch" contains a patch for the current (31 Jan 2001) CVS version of mplayer to "enable" the experi- mental RTP support. To apply it, check out a fresh copy of mplayer using and change into the "main/libmpdemux" directory. Then apply the command: patch < /path_to/dvbstream-0.4pre2/mplayer-libmpdemux-network.c.patch You can then build mplayer as normal. To receive a RTP stream broadcast with dvbstream's "-ps" option, you just need to type the following command on the client machine: mplayer rtp://224.0.1.2:5004/ -cache 2048 TELNET INTERFACE
From v0.4 onwards, DVBstream incorporates a "telnet" interface to allow you to remotely start and stop the streaming, and tune the card to a different channel. The following commands are supported: TUNE freq pol srate STOP ADDV pid[:map] ADDA pid[:map] ADDT pid[:map] ADD pid[:map] QUIT STOP closes down all PIDs and stops the streaming. The other commands should be self-explanatory. See the scripts in the TELNET directory for example usage. x HISTORY
dvbstream fixes a number of bugs that were present in the original ts-rtp application. SEE ALSO
rtpfeed(1), dumprtp(1), and ts2es(1) AUTHORS
dvbstream was written by Dave Chapman <dave@dchapman.com> 2001, 2002. and is made available under the GNU Public License. This man page was written by Alastair McKinstry, <mckinstry@computer.org>. Linux 4 March 2005 DVBSTREAM(1)
All times are GMT -4. The time now is 02:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy