STRM file and REGEX
#1
So I have been trying to stream a station to my gbox mx2, and have not had much success.
I have attempted to get help on multiple forums, and had very little success.

I am trying to stream
rtsp://212-125.livestream.com:8080/livestreamiphone/1853498_1645986_8a208d4d_1_1756@188541

The colored parts are variable, and they change daily.

I played with an online regex tool, and came up with the following (confusing) regex code:

(rtsp:\/\/([\d][\d][\d])[\D]([\d][\d]

[\d])).livestream.com:8080/livestreamiphone/([\w][\w][\w][\w][\w][\w][\w]).

([\w][\w][\w][\w][\w][\w][\w]).([\w][\w][\w][\w][\w][\w][\w][\w]).

([\w]).1756@188541)

The 1756 in the link tells it to play the HD stream, and I have a regex that plays sd video without audio:
rtsp_url":"([^"]*)

I am trying to get the hd stream to work with audio.

I would appreciate any help, as this is the last step to getting to ditch DirecTV
Reply

Logout Mark Read Team Forum Stats Members Help
STRM file and REGEX0