Software :: Capture Some Internet Audio Streamings?
Mar 24, 2010
I'm looking for one or more command-line applications to capture and record some Internet audio streamings (Winamp, Windows Media and Real Audio type).For Winamp streamings I tried streamtuner and it works good, but it does not support Windows Media eal Audio streamings.I have to call the commands using the command line, because I need to use them in batch mode.
View 1 Replies
ADVERTISEMENT
Jan 10, 2011
How I would capture on-screen audio AND my webcam audio at the same time.(My webcam seems to rely on pulse).
View 1 Replies
View Related
Sep 20, 2010
I am fed up of listening to my (Windows XP) gaming computer through headphones so I want to get it hooked to the stereo.
Rather than use a heck of a lot of wire, I can sit my Ubuntu 9.10 netbook on top of the stereo and stream the audio across WiFi.
So, ideally what I am after is something to capture the outgoing audio on the Windows computer, stream it across the wifi to the Ubuntu netbook and finally play it through the speakers.
View 2 Replies
View Related
Jan 17, 2011
This plays fine in VLC, and there's a "Record" button there but I'm never prompted to save the recording anywhere. I wandered through preferences but didn't see any default capture directory fields.Where/how do I capture the stream for playback later? The docs that I've stumbled across so far are pretty outdated (but I'm still googling).
View 8 Replies
View Related
Mar 9, 2010
I'm trying to get skype going in Fedora 12 KDE x86_64 (fully updated). I did some testing with and without the pulseaudio server installed. With the pulseaudio, I didn't manage at all. I know I got it working before _without_ pulseaudio, but after a yum update the pulseaudio got reinstalled and the mic stopped working. Now I traced this problem down to what I think is wrong: I have a HDA Intel sound card, but 'cat /proc/asound/devices', doesn't show me any analog capture input at all:
cat /proc/asound/devices
2: : timer
3: : sequencer
[code]...
View 1 Replies
View Related
Jun 1, 2011
I need to capture from my webcam. It has a mic too.I can specify video input device as /dev/video0.I specified input audio device as /dev/dsp2 ( OSS device, corresponding to USB Webcam), Now VLC throws an error, "VLC is unable to open the MRL 'alsa:///dev/dsp2'. Check the log for details".Thinking it wants an alsa device, I specify device as /dev/snd/pcmC2D0c. (got it from kinfocenter and dolphin). Now again an error, "VLC is unable to open the MRL 'alsa:///dev/snd/pcmC2D0c'. Check the log for details.".I try with any device, the same error. I have added myself to audio device so that I can read/write to the mentioned devices.I see no way of switching VLC to use OSS. And I see no information (documentation on net) on it's expected device listing for audio.
View 5 Replies
View Related
Jun 5, 2011
I recently installed openSUSE 11.4-64bit on my Gateway desktop, and I can't seem to get my mic work at all. The mic is built into my Microsoft LifeCam Cinema webcam and works fine when I boot into Windows. The mic will not record sound in krecord or lame and doesn't work during Skype sessions.
According to the literature for the device driver my the mic should be supported, and that is evidenced by the fact that the mic shows up as a capture device in in kmix. I have made this mic the master channel under capture devices and I have given it highest preference amongst my capture devices in both the Communications and Accessibility categories of kmix's Settings/Audio Setup.
There was a very similar case solved in January:
How I got my Sound Input working
I've done my best to implement these fixes, but half of it looks like gibberish to me. All I was really able to do was update my alsa software and generate this comprehensive alsa.conf (its long, so I'll wait to post it until asked).
I've had since updating to 11.4, and I gotta say: I've been really impressed so far.
View 9 Replies
View Related
Apr 24, 2010
Running 10.4 Luci RC 64-bit desktop and when attempting to run Applications > Sound & video > Sound recorder, I receive the following error message:
Quote:
Your audio capture settings are invalid. Please correct them with the "Sound Preferences" under the System-Preferences menu. When I do go to System > Preferences > Input, there is only 1 device - "Internal Audio Analog Stereo" with no options for modification.My laptop does have an internal microphone but it apparently isn't working as nothing was recorded when I ran a Skype test call. This is the reason why I attempted to record something to check the mic.
View 1 Replies
View Related
Nov 16, 2010
I have this file:Code:vid-gd-19940626-peggy.rmI would like to extract the audio and copy to a file to burn on a CD.'pitivi' will load the file and show the audio timeline. But I can not find a save or copy button.'vlc' will play the file but I can not find how to seperate/save the audio.I found a 'ffmpeg' that is suppose to read whatever is being sent to your speakers.Code:ffmpeg -f oss -i /dev/dsp -f video4linux2 out.wavThis produce a file that 'mplayer', 'vlc', 'audacity' will load but it is empty of useful data. Black screen only.This is the second week I have worked on this. Either I'm googling for the wrong words or what I'm reading, I don't understand.
View 4 Replies
View Related
Oct 20, 2015
So I got myself a USB capture card (EasyCap) to use for capturing gaming, digitizing my kids' old VHS movies, etc. It works fine, I've been using VLC to view and record stuff from it, but I've noticed one issue. When recording streams via VLC, even with no other programs running to give VLC as much CPU time as it wants, the audio slowly falls out of sync. I've tried the MP4 (H264/MP3) container and the OGG (Vorbis/Theora) container.
Early on you can't hardly tell, but the further into a movie you get the more out of sync the audio gets, so that by the end of the movie the audio is a good 1-2 seconds off. It's not a set amount either so I can't just split the audio to a separate file then shift it one direction or the other to make up for the difference, because like I said, the offset starts out at nothing and gets progressively larger as the movie goes on. When I select "display locally", the video/audio that is displayed stays in sync, only the video/audio that gets committed to the output file falls out of sync, and it doesn't matter if I play the file with Totem or VLC.
View 3 Replies
View Related
Apr 21, 2010
I basically want to record audio streams. The most useful purpose is to record conversations on skype (and other applications). This is for a legitimate reason if anyone is worried; I often have long conference calls on skype (an another voip collaborative tool called EVO), and a recording would be a nice way to keep minutes and participate in the working meeting. I'm not worried about capturing video yet. The audio is the important for me for now. This is going to display my woeful ignorance of Linux audio systems. I'm running F12 x86_64 on a Dell inspiron laptop. I believe that the system is using the PulseAudio sound server.
I thought something like:
ffmpeg -f oss -i /dev/dsp sample.mp3
Could work, but I don't have a /dev/dsp. I think these are in a separate directory /dev/snd; however the content of this directory is not clear which device is the appropriate one. I tried pointing ffmpeg to a few of them, but it resulted in errors thus:
/dev/snd/hwC0D0: no such file or directory
I know it's there because [tab] complete. I found another alternative which uses parec.
parec --format=s16le --rate=44100 -channels=2 sample.raw
Unfortunately this only records the microphone input and not everything else going through my sound server. I wish I could find the link again, but there was a third alternative which required writing a bit of C code. I thought that could be a nice little project to better acquaint myself with this stuff.
View 9 Replies
View Related
May 16, 2011
I'm trying to capture my desktop screen and audio , before I used xvidcap but after upgrading my system I can not use it and also recordmydesktop anymore these APPs hanged when I try to use them.Now I try to use recorditnow via ffmpeg recorder interface , it work properly in recording the desktop but it does not record the sound , so I tried to add below options to its command -f alsa -ac 2 -i hw:0,0 but it just record sound at the beginning and just for 1 second. Also when I try to capture my desktop with ffmpeg directly from command line with below command I face with same problem!!! ffmpeg -f x11grab -s 1024X768 -r 30 -i :0.0 -f alsa -ac 2 -i hw:0,0 ~/out.mpg
View 9 Replies
View Related
Apr 3, 2010
I want to record some streaming internet radio talk shows and music performances on NPR, and I'm wondering what my options are in Ubuntu. I'm looking for something that can output high quality lossless files in several formats, hopefully including mp3 and ogg.
View 6 Replies
View Related
Apr 18, 2011
I'm looking for configuring a Ubuntu box, we need to capture alsa output into ffmpeg with jack or OSS but not pulseaudio, as that tends to glitch badly. We have things working, but we are sort of hacking around in the dark, we play music, but as we aren't linux audio experts ourselves.
View 1 Replies
View Related
Jun 24, 2015
I use Firefox 99% of the time but what did you all think about this?
Audio capture of microphone allowed from Google Chrome.
[URL] ...
View 2 Replies
View Related
Mar 2, 2009
I have 4 video surveillance cameras with built-in microphones. The original VHS based recorder died and so I decided to build a PC based DVR for surveillance recording. Q-See will soon be shipping the QSPD4104 video/audio capture card that can capture both video and audio from 4 camera/microphone combos. (They also have the QSPD4114 with 16 a/v inputs) Is there surveillance software that can record both video and audio from multiple camera/microphone combos?
View 1 Replies
View Related
Oct 9, 2010
Is there any way to record/capture live streaming video/audio from a website?
Code:
www.ww.com
I think the file will be .swf something to do with Flash and Macromedia
i have tried all kinds of downloader to no available.Thanks for your help....
View 3 Replies
View Related
Jan 23, 2011
Im trying to create some screencast videos on Ubuntu. As its a well known fact we dont have a very good screencasting too like Camtasia(only windows) on linux.
After googling extensively I zeroed on Xvidcap for screen capturing and Audacity for audio capture.
According to tutorial [url] first we need to run Xvidcap (do the screen capturing recording first) and then again use Audacity for audio recording .. then mix both video and audio.
I guess this is a pain staking process (running video and audio recording seperately), I thought of running Xvidcap and Audacity simultaneously, if i do this xvicap works perfectly (video capturing happens) but audio capture through audacity does not work.
Note: I even try to run the above tools from seperate terminals/consoles (assuming they are seperate processes)
I even disabled 'audio' in xvidcap and tried to run both at the same time but audacity refuses to work.
I think both the tools are trying to use the same system resources ... and audacity is unable to get hold of the required resources.
Can we run both independently at the same time ?
View 2 Replies
View Related
Jan 28, 2010
something has happened since I cannot longer watch streams which usually required quicktime (mov,qt), I've the medibuntu package and everything was fine till one week ago, maybe something within the last update... I'm using Karmic and Ubuntu Firefox 3.5.4
Code:
Installed plugins
Find more information about browser plugins at mozilla.org.
[code]....
View 3 Replies
View Related
Apr 6, 2010
I'm using openSUSE 11.2 KDE on a Fujitsu-Siemens Amilo Pi 1536 laptop. My problem is that my microphone (I'm attempting to use a 3.5mm headset) doesn't work. Audio playback however does work through the built-in speakers and headphones.
I have gone through the SDB:AudioTroubleshooting - openSUSE as suggested by oldcpu on the Welcome to multimedia sub-area sticky.
I have tested audio recording with
Code:
arecord -vv -fdat foo.wav resulting in a silent recording. The vumeter showed 0% during the recording.
Here is my url produced by the alsa-info script:[URL]
rpm -qa '*alsa*'
Code:
alsa-plugins-1.0.21-3.3.i586
alsa-1.0.21-3.2.i586
alsa-oss-1.0.17-25.2.i586
alsa-devel-1.0.21-3.2.i586
[Code].....
View 10 Replies
View Related
Apr 29, 2010
I'm trying to capture a video from a site in Japan. Unfortunately, most of the video downloader tools don't seem to work. Since I'm using Firefox I'm guessing I can't look in my local cache. Is there any way to find it?They might block you if you're not in Japan. I used to use a proxy server when I was in the US but after a while it didn't work.
View 5 Replies
View Related
Mar 6, 2011
There is an internet page that displays streaming videos (TV shows) that are not detected by most Windows and Linux downloading software: Orbit, Replay Media Catcher (Windows) or Video Downloader, Downloadhelper, etc in Linux (ubuntu)
In Windows the only program that I managed to do the job with is "Stream Transport", and got .mp4 files that I could watch later.But I don't have windows anymore, it is corrupted. In ubuntu, however, the many firefox add-ons, stand alone programs that I tested, don't see the video file. In the source of the page I don't understand anything, everything is concealed under javascript text... The video is not saved in the firefox cache.
How can I capture it? Does anybody know how to deal with this kind of well-concealed video files?In theory, it should be possible to record everything that comes into the machine, but how?
P.S. By TRICKY I mean something non-standard (not ....., dailymotion, etc).
View 9 Replies
View Related
Mar 2, 2009
We have a webcam that is connected to a tv tuner card via the rca input on the tuner card. I want to set that up so that i can view it remotely over the internet. I've seen you can use vlc to do this, but the problem is that I don't want to have the webcam's computer recording and streaming all the time. I want it to only do that when i want to view it from my remote computer. We don't view the camera at a regular time, so a set schedule wouldn't work.
I hope this all makes sense. Is this possible, and if so, what is recommended for getting this done.I'm hoping i can somehow control this with a remote control and we'd see it on our tv monitor (that'd make it easy for the non-computer people here), so if it could be done in a script that would be great cause i can have the remote run the script.
View 2 Replies
View Related
Aug 13, 2010
What is the best analogue capture program please to capture Austar.
View 1 Replies
View Related
May 12, 2010
Upgraded 5 days ago, just noticed no audio or internet icon on the panel (internet works tho).I've tried different things i/'ve found on the forum, including editing thingd in the preferences>startup applications part, nothing has worked. I've an old laptop and not sure what info you need. Audio worked fine before the upgrade..
View 4 Replies
View Related
Sep 3, 2010
I have project which need to stream audio to multiple remotely connected devices on internet.the best protocol for streaming with minimum or no audio distortion.
View 1 Replies
View Related
Feb 15, 2011
Is there any software for Linux that functions like Internet Radio Recorder and captures audio? If so, how come I cannot find anything in the Arch (ArchBang) repositories (seeing as though both distros use the same package manager and repos)?
View 4 Replies
View Related
Jun 17, 2010
I'm a new openSUSE 11.2 user and lately I've been getting repeated notifications from KDE saying that "the audio playback device HDA Intel(AD198x Analog) does not work" I get audio if I stream videos off the Internet but Amarok can't seem to play audio.
View 1 Replies
View Related
Aug 7, 2009
I have behringer UCA202 usb card, after plug to usb, it just works , I have only small problem with alsamixer, which still shows by default my integrated HDA Intel, I could switch it by F6 or by alsamixer -c 1no problem, but I expect that default card is now plugged "USB audio", so why alsamixer recognize default audio device as HDA intel and not a USB Audio ?anyone who has two or more sound cards with the same issue ?
View 3 Replies
View Related
Oct 17, 2010
I'm thinking of installing openSUSE-11.1 Gnome on a Fujitsu-Siemens Amilo 7400M laptop because the wireless in Gnome is much more user friendly than KDE3/KDE4 in openSUSE-11.1. The idea is to give this laptop to my 84-year old mother and things need to 'just work' for her (she currently has a desktop running openSUSE-11.1 KDE3 that uses a WIRED interface to the web).
I refuse to update this laptop to openSUSE-11.2 nor 11.3 (nor other recent distributions) because every kernel update after the 2.6.27 kernel has broken the Intel i855GM graphics drivers for that laptop. There are many bug reports and none have fixed the problem for this Fujitsu-Siemens implementation of the i855GM graphics.
Hence I am looking at Gnome.
I booted the laptop to a Gnome openSUSE-11.1 liveCD and wireless is easy and works great. But audio is very very VERY bad. It is incredibly user unfriendly and it does NOT work well. I assume that is because pulse audio in openSUSE-11.1 was very immature.
I note these updated packages in the openSUSE-11.1 update repository:
Code:
So my question is, did the updates to pulse audio (in the openSUSE-11.1 update repository) fix the pulse audio situation? Are there ANY helpful views on this?
Currently my wife is using this laptop with KDE-4.4.4 (and openSUSE-11.1) so I can't just install Gnome and play with it without taking the laptop away from her for a while (note the hard drive is too small for a dual boot of KDE/Gnome).
View 6 Replies
View Related