User Tools

Site Tools


stream_pc_chromecast

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
stream_pc_chromecast [2021/06/17 18:21]
johncoool
stream_pc_chromecast [2021/06/18 13:09]
zip
Line 5: Line 5:
 Read the entire guide before starting the process to be sure that it covers all your requirements. Read the entire guide before starting the process to be sure that it covers all your requirements.
  
-The 1st thing you must do before continuing with this guide is to check if your PC supports Miracast mirroring. You can do this by following the tips in the below link. The 2nd method in the link will work on any of the 3 Windows Platforms. If your system supports Miracast devices then you do not need this guide and can search for the solution on YouTube.+The 1st thing you must do before continuing with this guide is to check if your PC supports Miracast mirroring. You can do this by following the tips in the below link. The 2nd method "**How to Check if Your PC Supports Miracast Using DirectX Diagnostic Tool**" in the link will work on any of the 3 Windows Platforms. If your system supports Miracast devices then you do not need this guide and can search for the solution on YouTube.
  
 https://www.isumsoft.com/windows-10/2-ways-to-check-if-window-10-supports-miracast.html https://www.isumsoft.com/windows-10/2-ways-to-check-if-window-10-supports-miracast.html
Line 35: Line 35:
 __1st method __1st method
 __ __
-@echo Off+''@echo Off
  
 Timeout /T 2 Timeout /T 2
Line 42: Line 42:
 Timeout /T 60 Timeout /T 60
 taskkill /IM "DevicePairingWizard.exe" /F taskkill /IM "DevicePairingWizard.exe" /F
-Exit+Exit''
 ---------------------------------- ----------------------------------
 __2nd method __2nd method
 __ __
-@echo Off+''@echo Off
 Timeout /T 2 Timeout /T 2
 taskkill /IM "ServiioConsole.exe" /F taskkill /IM "ServiioConsole.exe" /F
Line 61: Line 61:
 Timeout /T 60 Timeout /T 60
 taskkill /IM "DevicePairingWizard.exe" /F taskkill /IM "DevicePairingWizard.exe" /F
-Exit+Exit''
 ------------------------------------------------------------ ------------------------------------------------------------
  
Line 74: Line 74:
 __//VLC 32 Bit version script// __//VLC 32 Bit version script//
 __ __
 +''
 +
 @echo off @echo off
  
 start "" /min /d "C:\Program Files (x86)\VideoLAN\VLC" "vlc.exe" -vvv dshow:// --sout=#transcode{venc=ffmpeg,vcodec=mp2v,vb=8000,fps=24,acodec=mpga,ab=192,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=:8085} --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep :dshow-vdev=screen-capture-recorder :dshow-adev=virtual-audio-capturer :dshow-aspect-ratio=16\:9 :dshow-caching=0 start "" /min /d "C:\Program Files (x86)\VideoLAN\VLC" "vlc.exe" -vvv dshow:// --sout=#transcode{venc=ffmpeg,vcodec=mp2v,vb=8000,fps=24,acodec=mpga,ab=192,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=:8085} --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep :dshow-vdev=screen-capture-recorder :dshow-adev=virtual-audio-capturer :dshow-aspect-ratio=16\:9 :dshow-caching=0
 +''
  
 __//VLC 64 Bit version script// __//VLC 64 Bit version script//
 __ __
 +
 +''
 @echo off @echo off
  
 start "" /min /d "C:\Program Files\VideoLAN\VLC" "vlc.exe" -vvv dshow:// --sout=#transcode{venc=ffmpeg,vcodec=mp2v,vb=8000,fps=24,acodec=mpga,ab=192,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=:8085} --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep :dshow-vdev=screen-capture-recorder :dshow-adev=virtual-audio-capturer :dshow-aspect-ratio=16\:9 :dshow-caching=0 start "" /min /d "C:\Program Files\VideoLAN\VLC" "vlc.exe" -vvv dshow:// --sout=#transcode{venc=ffmpeg,vcodec=mp2v,vb=8000,fps=24,acodec=mpga,ab=192,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=:8085} --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep :dshow-vdev=screen-capture-recorder :dshow-adev=virtual-audio-capturer :dshow-aspect-ratio=16\:9 :dshow-caching=0
 +''
 ------------------------------------------------- -------------------------------------------------
  
Line 99: Line 105:
  
 IP address can be reserved from the router. This can be done by logging onto the router.  IP address can be reserved from the router. This can be done by logging onto the router. 
-If you are on a small network then you can just assign a static IP for your PC. Ping the IP address before choosing one. The last 5 should not be in-use which range from 250-254.+If you are on a small network then you can just assign a static IP for your PC. Ping the IP address before choosing one. The last 5 should not be in use which range from 250-254.
  
 You will need to maintain the same Subnet Mask and Default Gateway when changing the IP address of the PC manually. You will need to maintain the same Subnet Mask and Default Gateway when changing the IP address of the PC manually.
stream_pc_chromecast.txt ยท Last modified: 2021/07/28 14:49 by johncoool