/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Embedded/asuswrt.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2023-01-22 13:43:11 UTC
  • Revision ID: csa@suren.me-20230122134311-zqe3ft10p33wqgfv
BMC/IPMI, smarthome, multicast-routing

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 much better. It also better to keep router as domain master (some issues if Linux acts as the master)
35
35
 - It is better to use UPnP for video-streaming (vlc client works well on both Linux and Android). Samba still 
36
36
 useful to load subtitles/audio in separate files (GFVS performance should be enough for this).
 
37
    * UPNP is based on multicast discovery packets. The muli-cast packets are not routed by default and 'vlc' will not
 
38
    see Asus if the client is connected via SmartPI router. 
 
39
        => We need to connect it either directly (and 'vlc' only will send multicast on default interface, so we also need
 
40
        to disconnect Ethernet if the client connected to Asus via WiFi). This is suboptimal as packets to pulseaudio server 
 
41
        will also travel over WiFi in this case.
 
42
        => Or we need to configure routing of 'multicast' packets on SmartPI. We need 'smcroute' service passing UPNP/DLNA 
 
43
        packets (239.255.255.250) from eth0 to wlan0 interfaces and we need also to increase TTL of this packets to prevent
 
44
        them being dropped (as TTL for multicast packets is always set to 1)
 
45
            iptables -t mangle -A PREROUTING -i eth0 -d 239.255.255.250 -j TTL --ttl-inc 1
 
46
    * To open video + separate audio stream in VLC, use 'Open Multiple Files'. Select 'Show more options' and there 'Play another media synchronously'.
 
47
        => I have problem playing both sound and subtitles from Samba share while streaming (sound disappears after a short while)
 
48
        => It is better to copy one (or better both) to local storage
37
49
 - From Kodi, I was unable to access UPnP (or configure it as renderer). But mounting 
38
50
 samba works well and video can be played.
39
51
 - Merlin supports NFS, but probably not needed. FTP supports SSL and works well with lftp.