Hi,
you can't use static stream paramters if dynamic paramters are used so you need to check the pagesource of this channel site with referer like this...
Code:
GET http://embed.iptv-planet.com/embed.php?id=at&width=600&height=400 HTTP/1.1
Host: embed.iptv-planet.com
Referer: http://iptv-planet.com/attounsiya.html
Connection: close
....now check the playpath...below I called the site 4 times
Code:
'file': 'at?cle=070114105032070101098032048053032048049032049052',
'file': 'at?cle=070114105032070101098032048053032048049032049053',
'file': 'at?cle=070114105032070101098032048053032048049032049054',
'file': 'at?cle=070114105032070101098032048053032048049032049055',
...you see they differ at the end so you need to update the playpath each time before you call the stream.Wrong playpath = no run.Also the rest of the stream datas you can find there.
By the way,you did set your playpath (-y) as app (-a).Check this again.Read the datas of stream from that site then build the rtmp datas and execute them.
greetz