Ubuntu Servers :: DSS : New Playlist : Available Content Empty?

Jan 24, 2010

I've installed DarwinStreamingServer 5.5.5 with User qtss:qtss (setted up manually). Everything fine.I changed the permission of the config-file

Code:
sudo chmod 755 /etc/streaming/streamingserver.xml
And Configured the webinterfaces. So far so good.
Streaming like: rtsp://<Server-IP>/sample_100kbit.mp4 worx.

But i can not set up Playlist and the List where you should find your files is empty, although there are files in my default directory.I Expect that any file permissions are wrong, but which.

View 2 Replies


ADVERTISEMENT

Ubuntu Servers :: Playlist Doesnt Work - M3u File ?

Jul 12, 2010

I found some code and tuts that tell me how to create a playlist, and I followed it to the letter but it doesnt work...I'm guessing it has somethin to do with my configuration settings with apache, otherwise here's the code:

Code:

So inside the m3u file the code is:

Code:

View 2 Replies View Related

OpenSUSE :: Banshee 2.0 "export Playlist" And "import Playlist" Results Differ?

Sep 11, 2011

I have a playlist of 634 tracks that I export to a file. I then try to import that same file and only 627 tracks get imported into the created playlist. The 7 tracks that are missing are:

#EXTINF:125,Elvis Presley - Don't Be Cruel
../../../../media/LinuxHD/Music/Elvis Presley/Elv1s 30 #1 Hits/02. Don't Be Cruel.mp3
#EXTINF:189,Elvis Presley - Are You Lonesome Tonight?
../../../../media/LinuxHD/Music/Elvis Presley/Elv1s 30 #1 Hits/16. Are You Lonesome Tonight_.mp3

[code]....

View 2 Replies View Related

Ubuntu Servers :: FTP Account For WWW Content Updates?

Sep 17, 2010

I don't have much experience in Linux administration, but I needed to create a simple www server. It's is installed on a dedicated machine running Ubuntu Server 10.04.1 x64. I've got a problem with creating and setting ftp account to access /var/www. I've read that I shall not change the owner nor the access permissions to that folder. I've also tried changing /var/www permissions but even when I had access I could not modify/overwrite nor delete files which I've uploaded (I could upload and download/view). Currently it seems to work, but I've chown'ed /var/etc to my wwwuser user account (as I remember originally it was owned by root). It works but wwwuser must have a shell assigned (/bin/sh or /bin/bash), without it (/bin/false) he cannot log on to the ftp account. So here goes my question - who should own /var/www, what permission should this folder have and how to make it work using vsftpd? What is local_umask=022 in vsftpd.conf?

View 7 Replies View Related

Ubuntu Servers :: Clean Install: /etc/apt/sources.list Empty?

Aug 30, 2010

During 10.04 install I ran into an error every time I tried to install packages, so I just skipped the step figuring I'd do it later.Boot up, nothing but the cd in /etc/apt/sources.list. Does anyone know where I can find the default sources.list?

View 2 Replies View Related

Ubuntu Servers :: WebDAV - Mountable But Empty Below 2nd Subdir Level?

Jul 3, 2011

I am using Safesync from Trendmicro to backup my data. Since some time I am experiencing heavy problems. Normally my Backup should look like this: But when I am mounting it with WebDAV, it is looking different:

Code:
cdrewing@christian-desktop:~$ sudo mount -t davfs http://dav.trendmicro.safesync.com /media/Safesync
[sudo] password for cdrewing:
Gib bitte den Benutzernamen f�r den Server http://dav.trendmicro.safesync.com an; wenn du keinen angeben willst, dr�cke Return.

[Code]...

Note: When I am mounting Safesync with Nautilus, everything is functional and ok. But I need my command line access because I want to use rsync. A workaround could be to access the resource via the nautilus mount. Where can I find this via the command line?

View 1 Replies View Related

Ubuntu Servers :: Using TShark And Grep - Output Empty File?

Jul 13, 2011

I am not sure why this does not work..
tshark |grep 'string'
Gives me what I want but
tshark |grep 'string' >/tmp/outputfile
Gives me an empty file.

View 3 Replies View Related

General :: Find Will Go Through The Content Of Tarball As Well And List All Content

Oct 5, 2010

I am using find to search for .tgz files modified more than 7 days ago and delete them.find /directory/ -iname backup*.tgz -daystart -mtime +7 -exec rm -rf {} My problem is that find will go through the content of tarball as well and list all content. I want to only search main tarball and delete it if older than 7 days.

View 4 Replies View Related

Ubuntu Servers :: Modify The Httpd.conf File But It's Empty And Wordpress Installation

Jun 17, 2011

I'm installing Wordpress and I want Hosting Multiple Sites with them. For that I need modify the httpd.conf file but it's empty. Where I can make that changes? These are the changes:

1. Type: LoadModule rewrite_module /libexec/mod_rewrite.so
2. Find the <VirtualHost> section in the httpd.conf file.
3. Find a line in the <VirtualHost> section of the httpd.conf that looks like this: AllowOverride None
3. Replace that line with this line: AllowOverride FileInfo Options
4. On a new line, type ServerAlias *.[URL].
5. Save the httpd.conf file and close it.

View 1 Replies View Related

Fedora Servers :: Can't Upload File To Empty Home Directory

Feb 1, 2009

I just installed FC10 and then used yumex to install the vsftpd FTP daemon package. I'm using the vsftpd.conf file that came with the distribution, and its almost identical to one I copied from my FC2 machine's working set-up. When I try to FTP in as a known system user I'm presented with my home directory /home/myusername/. The directory appears empty to the FTP program, but isn't in reality. I can't upload a file to the empty home directory. I can move up the directory hierarchy to /home/, but again that appears as an empty directory.

I don't think it's a vsftpd.conf file issue. I've tried everything I can there. Could it have something to do with permissions? I fiddled with those, but couldn't make an FTP directory listing work.

[code]....

View 5 Replies View Related

General :: Dividing Content Of One File By Content Of Another?

Apr 12, 2011

If you have the value 100 in File1 and the value 5 in File2, how do you write a script to divide the 100 in File1 by the 5 in File2 in Linux Bash Shell?The operating system I am using is Ubuntu 10 and object is to write a script to accomplish this task.

View 5 Replies View Related

Ubuntu Servers :: Bash In 10.04 Server - Every Empty Line In The Script Results In "command Not Found"

Oct 8, 2010

Bash acts weird in 10.04 server. Whenever I try to run .sh scripts, every empty line in the script results in "command not found". Then on even simple scripts I get syntax errors, but the same exact scripts work on my 9.10 desktop installation. There's also another problem, I'm not really sure if it's bash-related. After setting the proxy using

[Code]...

View 5 Replies View Related

Ubuntu :: M3U Playlist Generator Using LS?

Jul 18, 2010

I am trying to emulate a .bat file I have on Windows. The script turns all the mp3 files into a m3u file.So far I have found the command "ls -1 >playlist.m3u *.mp3" this works great but what I want is to drag a file into the folder an album is in and then double click and it will run the command. I tried making a launcher and put that command on it, it seems to open up a terminal window but no playlist.m3u is generated. Could you tell me what I am doing wrong?

View 5 Replies View Related

Ubuntu :: Adding To Current Playlist In VLC

Aug 12, 2010

what i want to be able to do is add a song or video to a current playlist in VLC. i know that sounds simple, but i wanna do it from my music folder, so right click on the file then "add the playlist" like in windows (i shall headbutt a wall for saying i want something like windows).dont know where to start on this at all, not sure what to google or anything.i was using rhythmbox but it skips when streaming across the network so thats out unless i fix that issue.

View 4 Replies View Related

General :: Shell Scripting \ (test If A File Is Empty, If It Is Then Display "file Is Empty" Otherwise Display "file Is Not Empty")?

Oct 5, 2010

I am a final year student doign Computer systems engineering and just been introduced to linux. While still strugling to catch up with the commands, I am now given an assignment under shell scripting.I seriously am strugling to understand this question, can you please assist me.Here follows the assignment:

Operating Systems III
Some tips
e.g. (test if a file is empty, if it is then display "file is empty" otherwise display

[code]....

View 10 Replies View Related

Ubuntu Multimedia :: Unable To Save Playlist With VLC-1.0.2

Jan 7, 2010

I am running VLC release 1.0.2 and I am unable to save a playlist. Does anyone else have this problem and/or know of a fix?

View 9 Replies View Related

Ubuntu Multimedia :: Online Playlist For Songs?

Apr 28, 2010

is there a way of playing songs that are available in the internet using totem music player, or any other application. for example, this link http://fizy.com/s/1ai91v refers to a song that is present on a web page. i want to play it on a music player, and many other songs also. my aim is to create a playlist of songs that are available on the internet. so i can listen to those songs whenever i am online.

what is a smart way of doing it.? i dont mean downloading, because those songs cant be downloaded but can only be listened.

View 1 Replies View Related

Ubuntu Multimedia :: Rhythmbox Will Not Burn Playlist?

May 19, 2010

A severe problem with Rhythmbox. You cannot burn playlist. I've looked at bug reports and they just give you the run around. Nothing in the forums except to go to something else. That is no solution to the problem. I can't believe this problem is being ignored. Nothing comes up on search.how these applications got so screwed up from one version to the other and what the cure is?

View 6 Replies View Related

Ubuntu Multimedia :: Rhythmbox Not Loading The Playlist?

May 30, 2010

On Ubuntu 10.04, when I select Playlist -> Load From File and select a .m3u file in Rhythmbox, the playlist shows up but is totally blank. This is an m3u file exported directly out of windows media player 12 on a different computer, and when I open it with gedit, I can see all the tracks listed. Why is it blank? I've relied on this feature for almost two years and now it's suddenly gone!

View 1 Replies View Related

Ubuntu Multimedia :: VLC Under Lucid - How To Load Playlist

Jul 17, 2010

I have used VLC player in the past to play music under certain conditions, but am having a bit of a problem. I have Googled this problem to no avail. Nowhere in the menus can I find a way to load a playlist. This playlist was generated under and saved from VLC. When consulting the documentation at the website, it says to load the playlist from the "Playlist" menu, but there is no "Playlist" menu present, as shown in the screenshots from the site. I can find the "Save Playlist to File" option under the "Media" menu, but nowhere can I find a "Load Playlist" option. I have read that the playlist can be dragged and dropped (specifically, directly onto the player), but VLC won't play the playlist. How to load a playlist into VLC?

View 2 Replies View Related

Ubuntu :: Can't Transfer Playlist To Sony Walkman

Dec 1, 2010

i recently purchased a sony walkman nwz-b153f... i can directly create a folder and copy songs, but i want to copy songs in playlists.. like its done for ipods in i tunes... the guide says use windows media player 11 or 12..

View 4 Replies View Related

Ubuntu :: Custom Launching For Playlist File

Jan 13, 2011

I am trying to make a custom launcher for a playlist file to open in VLC player. In the command part I have the path to the file like this:
/home/mike/Videos/newTv.m3u
What am I doing wrong cause when I try and launch it I get this error:
Details: Failed to execute child process "/home/mike/Videos/newTv.m3u" (Permission denied)

View 2 Replies View Related

SUSE :: Get To Add To The Collection Or Playlist?

May 9, 2010

Can anyone explain in simple schoolboy language (age about 5, or thats how i feel), how I can rip my cds, so not breaking law, and add to playlist.No problem playing them, but how do you get to add to the collection or playlist.

View 1 Replies View Related

General :: Bbc Playlist In Totem

Aug 1, 2011

I am using ubuntu 10.04 having totem 2.30.0 based on gstreamer 0.10.28I recently discovered an option in side bar bbc (apart from properties,.....,playlist)It downloaded 5-6MB of data for playlist then parsed them & displayed a list of interesting programmes of around 0.5 hour duration.

How can I download these mp3 files ? I could not find working radio at URL...

View 3 Replies View Related

Ubuntu Multimedia :: Open VLC's Playlist From A Script / Terminal?

Jan 31, 2010

I'm trying to write a script that opens up vlc, opens up the playlist, and then opens up my music folder. So thus it looks like this so far;

Code:
#!/bin/bash

vlc &
# command to open up vlc playlist
gnome-open /media/files/multimedia/music
However, I seem to have no clue as to how to open vlc's playlist from a command. I know the hotkey for opening the playlist is "ctrl + L" but I don't know if this is useful at all.

View 5 Replies View Related

Ubuntu Multimedia :: Rhythmbox Not Writing Playlist To IPod?

Feb 28, 2010

I love how Rhythmbox connects quickly and easily to my iPod, and how Rhythmbox does a pretty solid job of keeping track of changes to my library, though it is large. But I cannot seem to create playlists on the iPod through Rhythmbox. When I create them, I can see them in Rhythmbox, but when I unplug the iPod and try to play them, they don't show up. I plug the iPod back in, and Rhythmbox acts like they're there - I can even play the Playlist from the iPod in Rhythmbox.

Is there something I need to do to "write" the Playlist to the iPod from Rhythmbox? It is so irritating to have to create an "on the go" playlist on the iPod and then fire up Rhythmbox and rename it what i want it to be.

View 9 Replies View Related

Ubuntu :: Move A Playlist In Another Folder It Doesn't Play

Mar 17, 2010

when i cut and paste a movie player playlist elsewhere it says "An error occurred, location not found"

though it shows the videos names and in the right order etc.

i can't be the only one noticing that..

View 7 Replies View Related

Ubuntu Multimedia :: Whenever Click On Some Of Playlist / Banshee Crashes.

Nov 16, 2010

I just started having a problem tonight with Banshee. Whenever I click on some of my playlists, Banshee crashes. Can anyone tell me where I would find the error log for this so that I can fix it?

View 2 Replies View Related

Ubuntu :: Auto Generate Music Playlist From Web Directory?

May 28, 2011

There's a podcast on the internet I love, and I would like to have them all in the same playlist. This podcast doesn't put their episodes in a playlist. Are there any software or scripts I can use for this to work so I can simply just type in the http://url/directory, and have all the mp3 files in a playlist. Or if the playlist part isn't possible, then at least a text documents with all the links?

View 4 Replies View Related

Software :: Ubuntu 9.10 - Reproducing Video Playlist On MPlayer?

Jul 27, 2010

I'm using Ubuntu 9.10 and trying to use mplayer for reproducing a simple video playlist.
Typing on the terminal the code:
mplayer -playlist <playlistname>
I've the problem that every time that the player begins reproducing a new video, it close itself and reopen in another window. Is there no way to keep the first window open and reproduce all the video files in the same window?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved