Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgassmann/stream_from_pxw_x70
Stream to youtube using rtmp. Recieve videostream from sony camera wifi
https://github.com/pgassmann/stream_from_pxw_x70
ffmpeg livestream rtmp sony stream youtube
Last synced: 2 months ago
JSON representation
Stream to youtube using rtmp. Recieve videostream from sony camera wifi
- Host: GitHub
- URL: https://github.com/pgassmann/stream_from_pxw_x70
- Owner: pgassmann
- License: cc0-1.0
- Created: 2015-08-05T20:45:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T23:13:38.000Z (about 9 years ago)
- Last Synced: 2023-03-03T08:54:50.678Z (almost 2 years ago)
- Topics: ffmpeg, livestream, rtmp, sony, stream, youtube
- Language: PowerShell
- Homepage:
- Size: 6.84 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Streaming from Sony PXW-X70
===========================
Streaming from Sony PXW X70 with ffmpeg. Display, save and forward stream to YoutubeCamera Settings
---------------requires Firmware 2.0
+ Configure your camera to connect to the same network as your Computer
(Network > _Wi-Fi SET_)
+ Go to the Network -> _Streaming_ Menu
+ Configure the Preset,
+ Set _SIZE_ to 1280x720
+ In _DESTINATION SET_ enter the IP of your Computer as _Host Name_
(You can use the Touchscreen)
+ Leave _Port_ on 1234
+ Set _PRESET SELECT_ to the Preset you just configured
+ Select _EXECUTE_ and choose _Wi-Fi_
+ Press the [THUMBNAIL] button to start sending the stream.Script Settings
---------------
+ Go to Youtube and prepare your livestream https://www.youtube.com/my_live_events
+ Edit the Script to your liking
+ e.g. Remove logo filter line
+ e.g. remove copy stream line
+ Replace the placeholder with your Youtube stream name
+ Execute the scriptExecution on Windows
--------------------
To enable execution of local PowerShell scripts run the following command in a Administrator PowerShellset-executionpolicy remotesigned
Start PowerShell, navigate to the folder of the script and execute the script.
cd .\Downloads
.\stream_from_pxw_x70.ps1View Stream with VLC
--------------------Open Network Stream _Ctrl+N_ and enter udp://:1234
Stream to Youtube using Open Broadcaster Software
-------------------------------------------------Using a Graphical GUI Tool for Streaming from the PXW-X70 to Youtube.
Check the following tutorial on YouTube by a friend of mine:
[How to livestream with Sony PXW X70 using OBS and YouTube (for free!)](https://www.youtube.com/watch?v=JgjS6b_IzE4)