Udpxy Ubuntu Download

2020年11月2日
Download: http://gg.gg/muf2f
*Udpxy Ubuntu Download Free
*Udpxy Ubuntu Download Manager
*Udpxy
*Udpxy Ubuntu Download Windows 7
*Udpxy Ubuntu Download Torrent
Typical streaming is a URL or m3u8 list where the app can automatically play the content, but in some cases it is necessary to add tokens, process data in some format, etc. And therefore it is not possible to reproduce it directly because it requires that the app has some logic. Oct 05, 2016  Ever since I heard about the new ’Beta’ Windows Subsystem for Linux, which basically installs an Ubuntu LTS release inside of Windows 10 (currently 14.04), I’ve been meaning to give it a spin, and see if it can be a worthy replacement for Cygwin, Git shell, Cmder, etc.
So, by now you’ve read my previous guides about streaming Freeview/DVB-T channels to your network using VLC and dvblast:
If you haven’t, you are slacking a bit, as they’ve been up for a while and are the top 3 posts ever on here by pageviews. According to the WordPress.com stats, #2 has been viewed more than 33,000 times, which is frankly a ridiculous number.
Anyway, after all that reading, you might be thinking yo yourself “well, multicast streaming is all nice and fancy, but what I want is some good old-fashioned unicast”. It’s a question that has come up a few times, especially as dvblast will only output multicast streams, so if you want multiple channels per tuner, you are stuck with multicast. There are a few reasons this might not suit your needs, however:
*Not all of your network supports multicast (especially true if you have cheap and nasty edge switches).
*You want to view the streams on clients that don’t have multicast software available (e.g. smartphones).
*You want to access the streams from a different network (e.g. streaming from one location to another over the Internet or a WAN/VPN).
Well, you are in luck. There is another bit of totally free open-source software that will make that conversion for you.
udpxy
udpxy is a piece of software that can site on your network (either on the same box as dvblast or any other Linux client tat can see the streams) that will convert the RTP multicast stream to HTTP unicast.
Like dvblast, it’s very small with low CPU and memory usage, and it doesn’t do any transcoding: all it does is strip the RTP headers and spit out the MPEG transport stream over HTTP. This means it won’t le you view the stream with something like Windows Media Player, but it does open up the options to some software that doesn’t support multicast.Step 1: Download and compile
There are no packages for udpxy (yet), so download the source to your Linux box and extract it like so:
Now change directory into the new udpxy-1.0.23-0 directory and compile & install the software like so:
This will install two new programs into /usr/local/bin – udpxy and udpxrec. I’m only dealing with udpxy here, but feel free to run udpxrec later with no parameters and have a play.Step 2: Run udpxy
Unless you have an unusual setup with more than 1 network card, all you should need to do now is start udpxy running with a port of your choosing. I use port 4022 since it’s used in the examples when you run udpxy without any parameters, and ports above 1024 don’t require any special permissions:
There are more configuration options available: run udpxy with no parameters for a list.
Now, if all is well, you should be able to browse to the following address in your browser
If it’s working, you should see something like this (click to enlarge):Step 3: Tuning in
If you’ve paid attention to the above status screen, you should already be able to tell how to tune in. In my example setup, I can open the following in VLC:
This will start receiving an RTP multicast stream from 239.255.1.1 on port 5004 (which is BBC One in my setup) and will relay it over HTTP.Step 4: Schedule udpxy to start automatically
As per my previous guides, here is an upstart script to start udpxy when the machine boots and the network card (eth0) comes up:
I’ve added the -c 50 here to change the maximum number of supported clients to 50 (the default is 3). You will need a gigabit ethernet card if you hope to support even nearly this many clients, and I haven’t tested it under load yet, so don’t come crying to me if it all goes wrong.Step 5: Do something interesting
For testing I was just opening the stream in VLC, but I can do that with the multicast stream. What about something that couldn’t pick up the multicast stream? Say, my Android smartphone?
It’s worth noting that my HTC One X is fairly new and a higher spec than a lot of current phones, and while it runs SD streams with no problems, HD streams are too much for it, so your results may vary. I also needed some additional software as the included video player couldn’t decode MPEG/TS. I tested a few free ones but they all had audio sync problems, so I sprang for VPlayer in the end, which works perfectly. On iOS devices, the AnyPlayerAD app works quite well.Update: As of January 2014, I would recommend VLC on iOS, or GoodPlayer for Android (which has both an ad-supported and a paid Pro version). VLC on Android also worked for me, but is an early beta so no UPnP support (see below).
If your outgoing bandwidth will handle it, you could also forward a port from your router to the internal Linux box and watch over the Internet. Note that there is no authentication involved, so I wouldn’t recommend leaving it configured this way for any long amount of time. A more sensible approach to remote viewing would be to use a VPN.Step 6: Advertising the feeds
You won’t be able to use SAP announcements for the HTTP streams as SAP is specifically designed to advertise multicast streams. You could distribute the stream URLs via an internal webpage (though you may have to copy the links via a long-press and paste into the app), or you could install the MediaTomb UPnP server on your Linux box to advertise the streams as External URLs.
I’m not going to go into this in detail, but it’s not as hard as the documentation makes it seem (especially if you install it on Ubuntu via Synaptic), and frankly, I’m not doing all your work for you. One hint I will give you is that for some devices (e.g. iOS running AnyPlayerAD), you’ll need to add a fake /stream.mpg suffix to the end of the stream URL to get your player software to recognise the stream correctly. udpxy will ignore the suffix, so it will still play just fine.…and finally
I’ve recently been directed to the MuMuDVB package which is based on dvblast and attempts to automate some/all of the setup of my DVB streaming guides (including this one). I haven’t tested it myself but it is reported to work well. You’ll still need to do some work if you want to be picky about your channels, so it’s still not completely a point-and-click setup.
In this post I will tell you how udpxy is installed in the different devices to be able to use it.Udpxy Ubuntu Download FreeRaspberry, Linux, Ubuntu, …
We will have to download the tool:Udpxy Ubuntu Download Manager
Wget http://sourceforge.net/projects/udpxy/files/latest/download?source=dlp
Once downloaded, you have to unzip it
tar -xzvf udpxy.1.0.23-0-prod.tar.gz
After decompressing it, we compiled and installed it
cd udpxy-10.0.23-0
sudo make
sudo make installUdpxy
Finally we execute it:
sudo udpxy -p 4022
When it is executed as root, it will run as a daemon. And you’re done, you can create the list by pointing to the IP of the device in port 4022Udpxy Ubuntu Download Windows 7Windows
You download the following tool http://borpas.info/download/UdpProxy.exe
When you execute it and a window will open, by default the port is 7781. To do apps for iphone and mac. Click on Start button and you’ll have it working. To avoid having the window open, you can run it as a service and so you can close the window and keep running. Routers as Asus Udpxy Ubuntu Download Torrent
If you have a router that have this tool by default. We must go to the corresponding configuration menu and specify the port where we want it to be working and Ready.
Download: http://gg.gg/muf2f

コメント

最新の日記 一覧

<<  2025年7月  >>
293012345
6789101112
13141516171819
20212223242526
272829303112

お気に入り日記の更新

テーマ別日記一覧

まだテーマがありません

この日記について

日記内を検索