Hi,
sure you can play that streams directly in VLC too.
Code:
rtmp://b-eu4.stripcdn.com:1935/ro1?sessionHash=0&domain=0/13558_aac
So there are no extra datas needed to use also sessionHash & domain you can fill with something xy like 0.The only dynamic paramters you have to use for that streams are the app (ro1 in this example) and server address (eu4) but also just if this dosent work anymore.Just use other value in that case.If you want to write a script or app then download the json file from that site to check the model content and there you can also find the used app of your models and ID (playpath).Just add _acc at playpath later.
Download JSON file,find your model xy in array,check for broadcastServer string = app,check for id = playpath of model.Build rtmp string like above and play / record it etc.As raw data you can use this...
Code:
rtmp://b-eu4.stripcdn.com:1935/*?sessionHash=0&domain=0/*_aac
...and just fill the stars with your model datas xy.
greetz