mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
modified .miraclecast and run-vlc
This commit is contained in:
parent
e400b58da6
commit
a3f3cb6260
3 changed files with 15 additions and 2 deletions
|
@ -6,7 +6,7 @@ extends.wfd_audio_codecs=AAC 0000000f 00, AC3 00000007 00
|
|||
extends.wfd_connector_type=05
|
||||
extends.microsoft_cursor=none
|
||||
extends.microsoft_rtcp_capability=none
|
||||
extends.wfd_idr_request_capability=1
|
||||
extends.wfd_idr_request_capability=0
|
||||
extends.microsoft_latency_management_capability=none
|
||||
extends.microsoft_format_change_capability=none
|
||||
extends.microsoft_diagnostics_capability=none
|
||||
|
|
13
res/miraclecast.sh
Normal file
13
res/miraclecast.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Run Miraclecast
|
||||
#
|
||||
|
||||
# 1. capture argument
|
||||
# 2. Abort if error on wifid
|
||||
# 3. Runk sink with arg
|
||||
|
||||
|
||||
miracle-wifid --log-level debug --log-date-time
|
||||
|
||||
miracle-sinkctl --log-level trace --log-date-time
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
export DISPLAY=:0 && su -c "cvlc --no-osd --no-video-title-show --network-caching=200 rtp://@:7236" letsving
|
||||
export DISPLAY=:0 && su -c "cvlc --no-osd --no-video-title-show --network-caching=300 rtp://@:7236" letsving
|
||||
#export DISPLAY=:0 && su -c "cvlc --no-osd --no-video-title-show --network-caching=200 --no-ts-trust-pcr --h264-fps=23 rtp://@:7236" letsving
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue