Ubuntu :: "Network Stream" In Vlc Not Working?
Jul 20, 2011
One problem that i encountered here was in VLC i couldn't see any "Network Streams" channels which i was easily getting in Windows. Don't know if any changes need to be done or not.
View 3 Replies
ADVERTISEMENT
May 29, 2011
I'm trying to get my mom to switch to ubuntu, and she needs this one radio stream to work. For the life of me, I can't get this radio stream to play on any player. here's the web address to it, and the mms address:
[URL]
It's proprietary to windows which sucks, but I've followed a lot of forums where asx streams work. This one just doesn't
I'm on 11.04. I've tried VLC, Banshee, Rhythmbox, xine,gstreamer, etc.
View 6 Replies
View Related
Jan 12, 2010
I have a MacMini connected to the big-screen tv on one side of my living room. I have my gaming computer on the other side of my living room. I often use VNC to control the Mac, so I don't have to get up to change which iTunes playlist I'm listening to, or play a movie, or whatever.I would like to be able to do something similar with the audio.Here's my problem. Sometimes it's really hard to get the volume just right when I'm at the far end of the room. If I increase the volume to a level where I can hear everything, it sometimes annoys the neighbours.
So, is there a way I can stream all the audio from the MacMini so I can listen to it using a Linux laptop at the far end of the living room without annoying the neighbours?Because I want to set this up for watching movies, it needs to be fast enough to stay in sync with the picture.(It might just be easier to run some speaker wire across the room, but I like to try to do things the hard way first. Heh heh heh...)
View 1 Replies
View Related
Mar 10, 2010
I just isntalled LAMP using tasksel and have a problem. Whenever I try to access a page (aside from phpmyadmin, that works well), I get this error... Code: Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/var/www/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
I have restarted the computer, restarted apache, etc and still nothing. When I first installed, phpmyadmin was inaccessible, so I ran some command in terminal which apparently created a symlink between phpmyadmin in the user/share dir to the /var/www dir, and curious if this is the problem. I have no clue how to remove this symlink if this is the case, and have phpmyadmin working now due to install using sudo apt-get install phpmyadmin.
View 1 Replies
View Related
Dec 6, 2010
I'd like to take any audio that would normally come out of my laptop's speakers or headphones and have it come out of my TV's speakers without using any wires or hardware that I don't already have. My TV is connected to my LAN via a Roku box, which has an SDK that I can use to write my own channel to handle the audio stream coming over the network and output it to the TV.
What I don't know how to do is capture the audio destined for my sound card. Is there an easier way than writing my own driver that pretends to be a sound card driver but really takes the sound data and streams it over the network?I'm not looking for anyone to do the work for me, just some help pointing me in the right direction.
View 2 Replies
View Related
Jun 14, 2010
I'm using CentOS 5.5 as a media server to stream media content over my local network. Currently i'm having problem while installing last.fm scrobbler.
Here is a sample output:
yum localinstall xmms-scrobbler-0.4.0-7.fc11.i586.rpm
Loaded plugins: fastestmirror, priorities
Setting up Local Package Process
Examining xmms-scrobbler-0.4.0-7.fc11.i586.rpm: xmms-scrobbler-0.4.0-7.fc11.i586
Marking xmms-scrobbler-0.4.0-7.fc11.i586.rpm to be installed
Loading mirror speeds from cached hostfile .....
The program package-cleanup is found in the yum-utils package.
Upon searching my hard disk this is what i get:
find / -mount -name libcurl*
/usr/share/man/man3/libcurl-easy.3.gz
/usr/share/man/man3/libcurl-tutorial.3.gz
/usr/share/man/man3/libcurl-share.3.gz
/usr/share/man/man3/libcurl-errors.3.gz
/usr/share/man/man3/libcurl-multi.3.gz
/usr/share/man/man3/libcurl.3.gz
/usr/lib/libcurl.so.3
/usr/lib/libcurl.a
/usr/lib/libcurl.so.3.0.0
/usr/lib/pkgconfig/libcurl.pc
/usr/lib/libcurl.so
So it tells me that I need libcurl.so.4, but I couldn't find any suitable rpm binaries for it. The only rpm that i found was for Suse and Mandrake. How to set this up, so that i can get a fully functional media server.
View 5 Replies
View Related
Apr 24, 2010
I installed mediatomb on may Debian CLI PC (no graphical). I can stream video (avi) to my PS3 but AVCHD h264 (m2ts) format is not working. config.xml configuration (if necessary)!
View 1 Replies
View Related
Mar 26, 2010
I have a debian home server right now, I'm using samba for my file server but I was wanting to stream my movies and music to my other computers. My family (the other users on the network) are NOT computer savvy, and to top it off they are using both Windows (xp) and Mac (Snow Leopard) machines. So I'm looking for software that is simple to use that will allow other operating systems to use it. I would think the easiest way would be to stream the music/movies through a home website. I have seen quite a few programs out there that stream music, but none for movies.
View 3 Replies
View Related
Dec 26, 2010
It seems I might be having an issue that's a non-issue. I am not able to stream/ connect to a stream using vlc.I've looked at a few walk-throughs; I follow the steps and as often as not I get no error messages but cannot connect to a stream.
View 1 Replies
View Related
May 5, 2010
I tried posting this before and I'm not sure what happened but I don't think it worked, so if it did please forgive the double post.am very very new to centOS and linux in general. I just want to setup a test web server that more closely mirrors our actual web server that is hosted by rackspace. I've installed centOS and tried to setup Apache, PHP and MySQL from a guide on the web using Yum. When I go to localhost in the web browser I'm able to see the default apache page. However when I create a php page it's just blank.When I look at the apache error logs I get this: PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
I've been searching alot on the internet and I know the issue is permission related, but I don't know how to fix it. I've seen some forum posts that say you need to use the chmod 775 command on the /var/www/html folder.Currently when I do ls -l /var/www/html it returns
-rw------- 1 root root 19 May 5 13:16 index.php
-rw------- 1 root root 19 May 5 13:15 index.php~
I'm sure that this isn't correct but like I said I don't know much about how to set permissions or who the owner needs to be. I've done alot of searching and seen similar posts, but no one seems to explain it clearly.
View 2 Replies
View Related
Jul 25, 2011
I had an Ubuntu Server 32 bit installation and everything was working fine. Now that I installed Ubuntu Server 64bit on a new drive in the same machine, the ethernet card is not working!! This is insane cause when I put the hard disk with the 32bit installation back and booting from it, the ethernet card is working without any problems but in the 64bits installation it is not shown at all using "ifconfig -a"
lspci output:
Quote:
02:00.0 Ethernet controller: Atheros Communications AR8151 v1.0 Gigabit Ethernet (rev c0)
How can I check which module is being loaded in the 32bits installation to try to load it manually in the 64 bits installation?
View 3 Replies
View Related
Jan 29, 2011
I have a Broadcom Corporation NetXtreme BCM5721 network card on my server at work.Everything works fine for a few weeks, then randomly the network connection on the server will stop working. After it stops working, I will try to reconnect with the network manager, it shows a wired connection available, it shows the "connection in progress"animation, then the "connection disabled" icon.
I uninstalled the network manager and used manual configuration, but do you think the network manager was the issue? I can't have the server disconnecting randomly every few weeks with no way to know what the real problem is. Was there an issue with the network manager with 10.04?
View 4 Replies
View Related
Dec 17, 2010
I use an internet connection with a proxy. I have set the proxy in Firefox and systemsettings so now I can browse the web and I can ping Google from Console. But when I start Software Management, it says "Cannot access installation media". Whats wrong?
View 3 Replies
View Related
May 7, 2011
Sometimes my file share network stops working,and will then work again.I'm lost with this problem. The server pc is a Zenwalk pc.The other pc is a win7 pc. This error only occurs on Zenwalk. When i run puppy from the live cd the file shares are always visible,without fail.Under puppy i use pNethood. When the ping command is used there is no problem, and the pc name can be pinged.This is shown below:
[Code]...
View 6 Replies
View Related
Aug 28, 2010
OK so I set up a server yesterday and got ndiswrapper loaded on it with the appropriate driver, I edited the /etc/network/interfaces file to contact my router with it's MAC address, WEP Key, etc... So the problem is I can ping addresses like Google and Ubuntu Forums but I can't use apt-get to install or update packages. When I try sudo apt-get update I get a whole bunch of Code: W: Failed to fetch <address>Temporary Failure resolving <address>My Wireless interface is wlan0 and also I can ping my server from my other computer running Linux and my server can ping that computer too.
View 1 Replies
View Related
Aug 20, 2010
Config: Squeeze, 2.6.32-5-amd64I just installed squeeze and the network is up and nm-manager deamon if working but the Gnome applet doesn't seem to work as usual. It indicates no network although the network is available as indicated by ifconfig and route below. When I switch WiFi on, the nm works flawlessly. When I click on the applet icon it says "Wired Network: device not supported" (or similar, msg in french is
eth0 Link encap:Ethernet HWaddr 00:1f:e2:12:ea:d8
inet adr:192.168.0.182 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::21f:e2ff:fe12:ead8/64 Scope:Lien
[code]...
View 3 Replies
View Related
Feb 13, 2011
I'm new to SuSe and lateley I was trying to establish a Network, when some weired problems occured. I was able to establish the network and i have connection to the internet. The suse-machine is rechable by ping from all the other computers in the network. If I'm tryiing to ping the other computers from the suse-machine, nothing happens. The router responds without packet loss, but every other ping occurs in:
From 192.168.2.6: icmp_seq=2 Destination Host Unreachable
From 192.168.2.6: icmp_seq=3 Destination Host Unreachable
From 192.168.2.6: icmp_seq=4 Destination Host Unreachable
From 192.168.2.6: icmp_seq=5 Destination Host Unreachable
I've been searching for some ideas to solve this problem but couldn't find any.
View 1 Replies
View Related
Feb 11, 2010
I can not get my network to work.Wireless shows no networks at all and wired the ethernet light does not even turn on. I have dpne heaps of searching but i can not seem to find a solution.
View 6 Replies
View Related
Sep 4, 2010
I am using open suse 11.1 in my acer emachine laptop. Everything is okay except Network cards are not working. It says that firmware is missing or kernel problems. My network cards are Broadcom network cards. How can I fix it?
View 9 Replies
View Related
Mar 11, 2010
I can use the internet on Vista but not Ubuntu. I have gone into my network settings but still no hope.
What should I do?
View 4 Replies
View Related
Jan 13, 2010
I decided to bite the bullet & upgrade from V8 to V9.Now after doing so the WAN connection is not working
Code:
bcm@bcm-laptop:~/wireless$ sudo iwlist wlan0 scan | tee sb.lis
wlan0 Scan completed :
[code]....
View 4 Replies
View Related
Jul 9, 2010
I have a Dell studio 1558 laptop, which I have just installed Ubuntu 10.04 32 bit on it with wubi (It runs windows 7 usually). All seems to be fine, apart from the wireless networking doesn't appear to work. I click on the wireless network icon in the top bar, and it says "wireless: disconnected" and "wierless networks:disconnected".
View 7 Replies
View Related
Oct 6, 2010
OMG i had to do this because i just updated to ubuntu 10.10 from ubuntu 10.04 and now i can access my wireless network at all the funny part is that with ubuntu 10.04 everything was working perfect so please help me with this cause iam new to this and i dont know how to fix this is not my wireless network cause iam writing to you in windows 7 with my wireless network.
View 9 Replies
View Related
Jun 25, 2010
Using 10.04 happily for some time, I shut the machine down today and when I started it back up there was no network.
I've tried to fix the problem myself, but probably made things much worse! I've tried to reinstall the network manager, manually bring up eth0 with a static ip address (it was happily using dynamic earlier today). I even followed some instructions for manually configuring a network interface added an entry to the routing table (which I suspect will turn out to be a huge mistake). No matter what I have done, I haven't even been able to ping my router.
I am not sure what if any of the following is useful: my router is 192.168.1.1 and is set up as DHCP server
ifconfig Code: eth0 Link encap:Ethernet HWaddr e0:cb:4e:32:2e:10
inet addre:192.168.1.5 Bcaset:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
[Code]....
View 9 Replies
View Related
Sep 24, 2010
So i just managed to get a flash drive version of xubuntu, trying my hardest to figure out how to get the network up. i have wireless but xubuntu doesnt seem to scan for them and manual input of network names and key doesnt work either.
View 10 Replies
View Related
Jan 22, 2010
I'm clearly missing something small. My Ubuntu machine can see the XP machines in the WORKGROUP, pull files over and even print to the printer attached to one of them. Internet sharing also works. However, the XP machines cannot find the Ubuntu system.
View 1 Replies
View Related
Mar 14, 2010
I have just done a new install and have no network (LAN) connection.My network card blinks as if there is activity but the corresponding diode on my router is not active.I have checked the ethernet cable by switching with a valid connection to a WinXP system; like this I know that all the router ports are good.The network configuration module does not indicate a wired connection.
I have also tried sudo ifdown eth0 and sudo ifup eth0 but receive error message: interface eth0 not configured Can anyone help as it is my first experience with linux systems.
View 2 Replies
View Related
Apr 30, 2010
I've followed several guides and am trying to get NFS working on my local network. For starters, I think I should be able to NFS mount a drive on the server (192.168.1.65) TO the server. From there I'll work with another client (currently 192.168.1.80)
Code:
$cat /etc/exports
/media 192.168.1.0/24(rw,no_subtree_check)
$cat /etc/hosts.deny
portmap mountd nfsd statd lockd rquotad : ALL
[Code]...
The guides I've read seem simple, so I must be missing something easy. Can't figure it out, so I'm looking for help after googling for 2 hours.
View 9 Replies
View Related
May 2, 2010
I was using before in dual-boot both Win7 and Ubuntu9.10. I've upgraded yesterday Ubuntu to v. 10.04 and since then a strange thing happened. My (wired) network works fine under Ubuntu. Internet connection is all right, download speeds seem normal,etc. I booted back into Win, and it informed me that my cable is not plugged in. Very weird, because in Ubuntu I had no problems. I disabled the device, rebooted, Windows re-installed the driver for me, but still, the same problem. As I was planning to do it, I even re-installed Win, but STILL, the same problem.
So now, I'm in the strange situation that I have internet connection under Ubuntu and a "please plug in your cable" message under Windows.
View 5 Replies
View Related
May 10, 2010
so i just downloaded Ubuntu Server 10.04 and i'm very happy with it on my virtual machine... but when i try to install it on my actual server it fails.
When i went to install it, it told me that there was no network hardware detected or something like that. So i just thought i could install a driver for it later.
So other than that all went well. and im very happy but now i dont know how to install my network driver. The card is a LYNKSYS LNE100TX. i downloaded the driver software and burnt it to disk because i was out of floppys. (I like floppys better) and when i went to install the software it allmost worked but it said:
Code:
make: gcc command not found
I'm assuming that means i need to install gcc but didn't really know how to go about it having no internet.
View 6 Replies
View Related