Using Gstreamer in Windows - windows

I usually use Gstreamer in Linux and there I install it simply using the command
yum install gstreamer...
and then I can play an RTP stream by the command gst-launch-0.01 playbin2 ...
Now I need to do the same in Windows and I tried to download the installation application from this website and then I opened the command line and type the following command:
gst-launch-0.10 audiotestsrc ! autoaudiosink
and got this error:
'gst-launch-0.10' is not recognized as an internal or external command, operable program or batch file.
I know I am missing something like linking or something, but I don't know how to do it!
Do anyone have a good HOWTO step by step on how to install and try gstreamer in Windows?

First off, make sure your path variable points to where you installed gstreamer.
Secondly, you seem to have installed gsteamer-1.0, which is independent of 0.10.
Try running gst-launch instead of gst-launch-0.10

Related

Why do I keep receiving a syntax error when trying to run pip install esptool onto my ESP8266?

I am trying to code my Feather Huzzah ESP8266 with Python. I have followed multiple different tutorials but have ran into the same error each time while trying to flash the device using esptool. The error I get I am pasting below. I have made sure that python is in my computer's path and I have made sure that I have esptool.py downloaded. I tried running it in my computer's command prompt, Windows Powershell, and just regular python, but I still have been running into the same issue. I also tried running the following, but to no avail:
py -m pip install esptool
Does anyone have a fix for this? I really appreciate any help I can get.
This image shows the error that I have been getting

Install Sqitch Perl CPAN module on Windows

I'm trying to install sqitch on Windows 10 after installing it with CPAN using latest Strawberry Perl.
cat NEWS >ReleaseNotes
'cat' is not recognized as an internal or external command,
operable program or batch file.
dmake.exe: Error code 129, while making 'ReleaseNotes'
GUIDO/libintl-perl-1.26.tar.gz
C:\Projects\STRAWB~1\c\bin\dmake.exe -- NOT OK
Stopping: 'install' failed for 'Locale::Messages'.
Unfortunately dependency Locale::Messages fails to install. Is it trying to invoke linux "cat" command on Windows? Is there a workaround?
I have just installed App::Sqitch on my copy of Strawberry Perl
It has created this file
C:\Strawberry\perl\site\bin\sqitch.bat
If you don't have that file then it sounds like your installation didn't work properly
If you do have that file, but you cannot run it without providing the full path, then C:\Strawberry\perl\site\bin isn't in your PATH
The module provides the sqitch command, which is documented here, call it from the command line like so:
sqitch [<options>] <command> [<command-options>] [<args>]
Note that the documentation has links to associated tutorials and other references to learn how to use it.
sqitch installed here by default:
root#test:~# which sqitch
/usr/local/bin/sqitch
Try searching for the file from the command line of Windows.
Just grab it from here and place it in your path:
https://github.com/theory/sqitch/blob/master/bin/sqitch

ffmpeg working fine directly on server but not from PHP webpage

I have manually installed ffmpeg and required packages on CentOS 5.1(Final).
If I fire the command directly on server using putty, it converts video in required format but not able to run same command from PHP webpage using exec() function.
I checked exec() command permission and it is fine.
ffmpeg installation directory : /root/ffmpeg_build/
ffmpeg file path : /root/bin/
Please guide me what could be the problem.

Nodejitsu on Windows

I've just started playing around with Node.js and was trying to get Nodejitsu to work on my system (Windows 7, Node version 0.8.15)
I installed Jitsu using the "npm install jitsu -g" command, but beyond that trying to perform jitsu users confirm or deploy returns:
'jitsu' is not recognized as an internal or external command, operable
program or batch file.
I understand that I most probably need to add the jitsu install location in my path, but am not sure where jitsu has been installed.
Help much appreciated. Thanks
on a normal Node.js installation on windows you will find the npm modules located at
C:\Program Files\nodejs\node_modules\npm\bin
or in
C:\Users\user\AppData\Roaming\npm\jitsu
You need to set up the PATH environment variable to the correct path
An then you will be able to use Nodejitsu :)

Can't list and install xemacs packages under cygwin on windows7

I have a fresh install of cygwin and xemacs on my home laptop. I'm trying to get to the packages list in xemacs, but not having much luck.
First of all I was getting an error message telling me "ftp.XXX.com seems not a pty". Following the instructions here I was able to tell efs to use lftp, and got past that error.
Now I get told:
Process not open for writing: #<process "*ftp yyy#ftp.xxx.org*" pid 9999 state:exit>
Any idea what's going on there?
The problem has to do with which ftp you are using. From the message, I believe you are trying to use the ftp that comes with Windows. It won't work as the native Windows ftp does not act like a pty.
The best solution I can suggest is to install the Cygwin port of ftp.

Resources