General :: Acessing The Video Stream From A IC-3030 Camera?

Mar 2, 2011

I am going to purchase an IC-3030 camera. I want to access the video stream and download it as it happens, but not by using the Edimax-supplied video utility, as the computer will be running Linux. I am unable to find in the user manual whether I can access the stream directly or not. How can I access the video stream directly from an Edimax IC-3030 camera?

View 2 Replies


ADVERTISEMENT

General :: Tunneling Video Stream Through SSH?

Feb 28, 2011

There is an udp video stream accessible only on the local network, but I need to access it outside of the network. I have Linux machine (multiple actually) with root access.There is a small utility that makes the stream accessible on the local machine on port 1234.

./ping -h streamserver -p 1234

If I run it I can access the stream using vlc or mplayer.

mplayer udp://@:1234
vlc udp://@:1234

Now, I'm trying to create a port foward from my remote machine and access the port, but it is failing.

ssh me@machine -L 1234:127.0.0.1:1234

View 1 Replies View Related

General :: Importing Video From Camera Into (Lucid) Via Firewire (4 Pin)

Aug 3, 2010

I want to import raw High Def video into my computer so I can edit it on Cinelerra. Ubuntu doesn't allow you to use the ieee 1394 cable by default and everything I've tried to make it work, hasn't!!I don't want to go back to windows, pay a ton of money for some video editing software when there is an excellent video editing program already on my computer.]

View 4 Replies View Related

General :: Stream Video Directly From Torrent File?

Jul 18, 2011

Is there some way to do live stream video directly from torrent? Are there linux tools like torrent cleint which can do this?

View 3 Replies View Related

General :: Setup Media Server To Stream Video Via The Internet?

Nov 27, 2010

setup a media server in Linux which streams video over the internet? Is it easy to do this? I want a server that will actually encode video in real time to allow it to stream over sometimes slow or unreliable networks. Basically, I want a server that works on the internet. I have a directory with a bunch of video files, and want to make this accessible to myself remotely. For other situations, I found great and useful software (such as the PS3 media server). I'd like to find something equally as useful for streaming video over the internet.

View 1 Replies View Related

Ubuntu :: Current Video Stream Of Oil Leak In The Gulf But Page Of The Video Is Black?

Jul 16, 2010

I wanted to see the current video stream of oil leak in the gulf but when I go to the page the video is black. When I click on the video it give the error message Quote:

An Error Occurred: Could not write to resource. I am not sure what that means or how to fix it.

View 2 Replies View Related

Fedora :: Resolve An Ongoing Fight Involving /dev/video Node Assignment Between 2 TV Tuner Cards And USB Video Camera

Feb 27, 2011

I am trying to resolve an ongoing fight involving /dev/video node assignment between 2 TV Tuner cards and a USB video camera.

Each time I reboot the three devices seem to shuffle their /dev/video assignment. i.e. what was /dev/video0 (USB camera) after a reboot magically becomes /dev/video1.

This causes all kinds of grief between my MythBackend and ZoneMinder who expect the devices to have static assignments.

how to best solve this? I did a brief search and one solution appears to be to statically assign the devices.

View 3 Replies View Related

General :: Which Camera Can Use In Laptop To Have More Better Quality Than Iphone Tiny Camera

Jul 17, 2011

I was looking to iphone and i was surprised the quality of such tiny camera.

Is there any alternative camera for my laptop to have similar or much better then the one in iphone? So that i can use it from my laptop, but have very sharp HD quality with maximum megapixel + highest frame per second.

View 1 Replies View Related

Software :: URL Has A Video To Stream Or Not?

Jan 12, 2010

Is there any way to check if a url points to a streaming video file or not programmatically. For example with this url : [URL].. I should get TRUE and with the url : [URL]..should return FALSE.

Program in any language will be okay but it ll be good if its Perl or PHP or Python or JAVA, JavaScript or SHELL script. I am working on LINUX. (note: i m not going to check with .....'s just for example's sake i ve used .....

View 2 Replies View Related

Software :: Scale And Stream Video Using VLC?

May 3, 2010

I can successfully stream video, but I cant figure out how to scale the size of the video down. This is the command I am using to start the stream.

vlc -vvv input_stream --sout '#standard{access=http,mux=ts,dst=server.example.org:1234}'

Is there a way that I can specify the height and with of the stream on the command line? From what I read, it looks like a #transcoder option would work, but I cant seem to figure it out. The above command is working, and I can view the stream, but it's extremely slow, and continuously freezes and buffers. My thinking is that if I can reduce the scale of the video.

View 2 Replies View Related

Software :: Which Program To Stream Video?

Apr 21, 2010

I've looked around and found some programs avaialable in linux to stream video. I'm looking to stream to my PS3 but would like to be able to stream to my other computers. I would like the program to transcode too. I'm really looking for opinions on which one to use. I tried PS3 Media Server, it worked fine but it tended to be a resource hog. Also, I had trouble seeing it on other computers.

I'm running Debian Squeeze on an old AMD 3000+ but that will be updated here in the future. This is all internal personal network. Most computers will be on wired lan.Opinions? Ease of configuration, ease of use, stablilty?

View 1 Replies View Related

Ubuntu Multimedia :: IP Camera Video Streaming

Apr 6, 2010

My local priest has asked me if I can use my computer skills to stream church services live for people who can't make it to church.I said, sure thing! I thought it would be simple, but the deeper I look into it, the more lost I have become!Here's the tech requirements:

- A camera with good optical zoom and focused on the altar (the camera will be stationed at an unobtrusive point at the back of the church on the choir balcony)
- Everything must be wireless (power is available on choir balcony to power the camera).
- Sound should be synchronised perfectly with the video (have access to the church PA system - located behind altar)
- the internet connection should be able to upload the stream to a virtual server (i.e. with root access) that's accessible to the web with ease. What upload speed would I need? Would 256k be enough? HD video is not required - ..... quality would be great. We can upgrade to HD at a later point in time!
- What bandwidth requirement would my server need if say 1000 users were connected? Seeing as they would most likely be locals, would just one stream be sent to the local exchange and that exchange would send out the stream to the 1,000 users, or would each user have to have a dedicated connection to the server?
- Say I bought a camcorder with HDMI output, what kind of processing power would I need to convert this to compressed video? (I've got an old Pentium 4 and an AMD64 2.0GHz lying idle in my bedroom and it would be great to make use of 'em instead of chucking 'em on the skip)
- I'd like all this to be done so that HTML5 browsers can access the video, resorting to flash if necessary
- I'd also like to be able to power down all the hardware with ease: i.e. set a timer. I'm sure ubuntu can do this with ease? What about configuring the camera to zoom in every time it is powered on? Can linux control the zoom on a camcorder?
- Am I totally nuts?

View 2 Replies View Related

Fedora :: No Video Stream In A Specific Site?

Nov 7, 2009

I am working in Fedora FC11 with: Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.1.5) Gecko/20091105 Fedora/3.5.5-1.fc11 Firefox/3.5.5

In the following site I cannot see the video stream:[URL]...Choosing "TW1 Livestream" should gives a video stream, but it gives a black screen. Clicking on that black windows gives a text: Waiting for video.

A German text shows that the actual Version from Windows Media Players should be installed.In the past I could see video there, but after an upgrade it does not work any more.Looking in aboutlugins I see following Windows Media Player plugins:

Windows Media Player Plug-in
Bestandsnaam: gecko-mediaplayer-wmp.so
Gecko Media Player 0.9.8
Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player streams using MPlayer
QuickTime Plug-in 7.4.5
Bestandsnaam: gecko-mediaplayer-qt.so
Gecko Media Player 0.9.8

Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player streams using MPlayer

View 9 Replies View Related

OpenSUSE :: Ushare To Stream Music And Video To 360

Jul 30, 2010

I'm trying to us ushare to stream music and video to my 360. I have ushare setup and my 360 sees ushare but none of the files I'm trying to stream. When I run ushare -x it only sees the two folders I'm sharing and none of the files.

View 9 Replies View Related

OpenSUSE Multimedia :: Stream Webcam Video To The Net?

Mar 7, 2010

I wonder if anyone here has succeeded in streaming the video of a local webcam to the internet? Some research has turned up webcam_server Project Home Page but unfortunately it only supports v4l, not v4l2 and is no longer maintained. It seems to be possible with VLC server, but I'm a bit reluctant, because their repo is said to break other things. I still have 11.1 here.

View 4 Replies View Related

Ubuntu :: Play A Video Stream Of .mov Format?

Jul 17, 2010

I'm finding it very difficult to play a video stream of .mov format. The Totem Media player gives me an error : GstDecodeBin2: This appears to be a text file

Even Real Media Player for linux is giving me an error: General error: HXR_CORRUPT_FILE (0x80040091)

Even VLC hangs on trying to play it.

(BTW the file isnt corrupt though, its apple's last night's iphone press conference from their official website - [URL])

View 4 Replies View Related

Applications :: Software To Capture Video Stream?

Jul 7, 2010

I'm looking for software to capture a flash stream that uses rtmp protocol? the normal flash download plugins for firefox won't work and i'm not finding anything on the web for free options. from what i've read about it, it's a proprietary protocol with adobe and not many people now how it works. anyone here know anything that could save the files or grab the stream?

View 1 Replies View Related

Ubuntu :: Stream A Video Between Two 9.04 Stations Using GStreamer

Mar 23, 2010

I am trying to stream a video between two Ubuntu 9.04 stations using GStreamer. The following code is run on the emitting machine: Code: gst-launch videotestsrc ! queue ! ffenc_mjpeg ! udpsink port=5000 host=192.168.1.100 -v And the following on the receiving machine with IP 192.168.1.100: Code: gst-launch udpsrc port=5000 caps="image/jpeg, width=320, height=240, framerate=30/1" ! queue ! ffdec_mjpeg ! ximagesink sync=true -v Whatever the order I'm running them (emit first or receive first), I'm getting the following error once both are connected (I can see the Ethernet lights blinking):

ERROR*: element /GstPipelineipeline0/GstUDPSrc:udpsrc0*: internal error data flow. gstbasesrc.c(245: gst_base_src_loop (): /GstPipelineipeline/GstUDPSrc:udpsrc0: streaming task paused, reason not-negotiated (-4) Execution ended after 3191625000 ns.

View 3 Replies View Related

Software :: Zoneminder Won't Stream Live Video?

Jan 26, 2010

This is my first time installing zoneminder, just downloaded the latest version and trying it on my slackware 12 box. I tested the card I ordered with xawtv and was able to see video just fine.

Zoneminder seems to start fine but I can't get it to stream video.

[URL]

That's what I get when I try to view. I'm not sure if there is a log file I can check to see if there is an error.

View 5 Replies View Related

Slackware :: Stream Video Over Samba Shares?

Nov 4, 2010

How do I get samba shares to work in Dolphin without having to download the entire file before VLC loads it? I just want to watch a movie from my samba share, and it won't just stream the file.

I've tried installing Smb4k from slackbuild.org, but it doesn't seem to be working correctly either.

Is there anything like gvfs-smb for KDE?

View 3 Replies View Related

CentOS 5 :: Squid Is Not Blocking Video Stream?

Mar 26, 2011

My squid version is 2.6.STABLE21 installed via yum on CentOS release 5.4 (Final) 2.6.18-164.el5 x86_64. My configuration is as follows (truncated)

acl hrusers proxy_auth -i "/etc/squid/access/hr.dept"
acl hrsites url_regex -i "/etc/squid/access/hrsites"
acl r-sites url_regex -i "/etc/squid/access/restricted-sites"
acl stream req_mime_type -i "/etc/squid/access/stream"

[Code]...

But even then streaming is not getting blocked.

View 8 Replies View Related

OpenSUSE Multimedia :: Connecting Video Camera To Computer?

Sep 28, 2010

I have a Sony Camera Model DCR-IPE PAL. I have a firewire card on the computer, as well as an AV output connection.

I do not have a TV card.

I was wondering whether it was possible to capture video using my computer?

View 5 Replies View Related

Ubuntu Multimedia :: Extract Video AND Pics From A Camera

Jun 15, 2010

I use F-spot and Shotwell to extract photos AND videos that I made with my Canon EOS 500 or my Lumix.Actually the pics are extracted correcly but the videos are just consider as a pic and the pic is the first pic of the video.Is there any F-spot equivalent that extract everything from the camera?

View 3 Replies View Related

Ubuntu Multimedia :: Audio Stops When Stream A Video

Nov 10, 2010

We have a Jetway JBC600C99-52W-B (Mini-top) with Xubuntu 10.10 and Logitech Z-205 USB Speakers but I have no sound. EDIT: fixed after installing gnome-volume-control and selecting my output device. Now i have a other problem, when i stream a video it plays sound for 1 second and when i click the play button it works fine for a while but after a few minutes the audio stops again. the video plays fine.

View 2 Replies View Related

Red Hat / Fedora :: Audio Stuttering In Flash Video Stream

Feb 17, 2011

i've been experiencing an issue with audio playback for certain flash videos that stream from the web. most play smoothly, like the videos at videos. others have this strange background noise that is only present when there is audio (usually on news websites that host their own videos). when there is sound, there is a strange stuttering noise that disappears during the silent pauses.

here's a perfect example:
epidemic of tsa criminality: more agents caught stealing cash from luggage, another arrested for assault. the videos video at the top plays just fine. if you scroll down and watch the other video in the small box, you'll hear the stuttering. i have fedora 14 kde, adobe flash player 64 bit preview release 3 and rpm fusion codecs installed. the problem is also present in fedora 14 with gnome, same setup. the problematic videos play without the stuttering in ubuntu.

View 2 Replies View Related

Ubuntu :: Can Not Stream Video On Hulu Anymore / Sort It?

Jan 19, 2010

I installed/updated my flash media drivers because i had poor quality video in fullscreen. now fullscreen looks great on ..... and other streaming sites. the only problem is that everytime i attempt to stream from hulu, i get "sorry, we are unable to stream this video. please check your internet connection and try again."

View 2 Replies View Related

Networking :: Stream German Live Video Feed To The UK?

Jun 3, 2011

Trying to stream a live video feed from Rock am Ring which is available via the German SWR3 TV website. Trouble is, I am in the UK and it seems to only be avaialable to German IP addresses. Have tried various German web proxies, but to no avail. I suspect the service provider knows about them all and is stopping them also. Getting the error from the server, Server Error The connection to the streaming server has been disconnected. Any networking gurus out there who may know a way around this.

View 2 Replies View Related

Software :: Trying To Demux VOB - Subtitles Show Up In Video Stream

Jan 28, 2010

I am trying to demux a set of VOB's from a DVD. I want to be able to extract any video/audio/subtitle/closed caption stream to a raw file. Then I want to wrap the streams that I want into an MKV file. (Probably the video, best quality audio, and all of the subtitles. But who knows, maybe all the streams...) To extract the mpeg2 video from the VOB (which I pulled off the DVD using vobcopy) I am trying to use this command:

Code:
$ ffmpeg -i VTS_01_1.VOB -an -sn -vcodec copy -f rawvideo output.mpeg
The problem is, that when I open output.mpeg in something like VLC, the subtitles are still there. I can turn them on/off, but I don't understand why they are there. FYI: if I do -f mpeg2video, I get the same exact output, checked with an md5sum.

Here is a sample output:
Code:
$ ffmpeg -i VTS_01_1.VOB -an -sn -vcodec copy -f rawvideo output.mpeg
FFmpeg version UNKNOWN, Copyright (c) 2000-2010 Fabrice Bellard, et al.
built on Jan 10 2010 17:47:18 with gcc 4.4.2 20091208 (prerelease)configuration: --prefix=/usr --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libfaac --enable-libfaad --enable-libxvid --enable-libx264 --enable-libtheora --enable-postproc --enable-shared --enable-pthreads --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-version3 --enable-nonfree
libavutil 50. 7. 0 / 50. 7. 0
libavcodec 52.45. 0 / 52.45. 0
libavformat 52.46. 0 / 52.46. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0. 8. 0 / 0. 8. 0
libpostproc 51. 2. 0 / 51. 2. 0
[mpeg @ 0x824b390]max_analyze_duration reached
Input #0, mpeg, from 'VTS_01_1.VOB':
Duration: 00:22:22.22, start: 0.045500, bitrate: 6399 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR 32:27 DAR 16:9], 7500 kb/s, 27.48 fps, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0.1[0x80]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
Stream #0.2[0x81]: Audio: ac3, 0 channels
Output #0, rawvideo, to 'output.mpeg':
Stream #0.0: Video: mpeg2video, yuv420p, 720x480 [PAR 32:27 DAR 16:9], q=2-31, 7500 kb/s, 90k tbn, 29.97 tbc

Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=32731 fps=428 q=-1.0 Lsize= 878592kB time=1361.26 bitrate=5287.3kbits/s
video:878592kB audio:0kB global headers:0kB muxing overhead 0.000000%
I'm especially curious about that "max_analyze_duration reached" line.

View 1 Replies View Related

Ubuntu Installation :: Setting Up Video Surveillance Camera On Zoneminder

Mar 23, 2010

I currently have eight surveillance cameras setup that used to connect to a windows pc. I decided to throw away the old computer, take the dvr card from the old computer and use it in a new computer with ubuntu 9.10. However, till now I can't get the cameras to work.

I installed Zoneminder, and followed instructions from here and there with no useful results. What I currently have are monitors showing black screens, with the fps showing.

I am pretty much still a noob, so I am not sure where I went wrong. I do not get anything when i run XawTV (or maybe i don't know how to run it right).

when i run "lspci | grep Bt878" I get this

Code:

Following instructions from various places, this is what I have for the following files /etc/modules :

Code:

Code:

Code:

I followed the instructions for installing Zoneminder on Ubuntu 9.10: [url]

I also get some tips for setting up the tv card: [url]

What is confusing is I get a fps rate, which is a sign that the camera is working, but all i get is a black screen. The cameras used to work in the original windows setup, so i doubt that the cameras are not working.

View 2 Replies View Related

Server :: Install Video Camera To Record Specific Place 24/7

Jul 15, 2011

I have an idea to install a video-camera to record 24/7 the place in the yard where the car will be kept. Can not say that I'll configure such a system for sure, but I have an interest to it. On the other hand I've never worked with such systems and I don't know what cameras are better, should they be IP-based or the USB-webcam will be OK, I also do not know much about the software. I've found that gphoto is a good software for such a purppose, and some photo-cameras can be managed remotely through console, I mean that we can take pictures/?video?

Remotely, if the camera is connected to the Linix-box via USB. Another soft, which I googled, which (as I understood) is de-facto and which is powerful, is ZoneMinder. Today a friend of mine told me that many IP-cameras have everything inside them (a webserver, many tools for capturing video/photo and so on), so I just need to create some directory on the PC, where it will store all photos/videos. So, as you see, I know practically nothing about all this. That's why I decided to listen to you, what software and photo/video cameras would you recommend me.

View 6 Replies View Related







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