Quais parâmetros o fluxo RTSP deve ser reproduzido no telefone com recursos da Sony Ericsson?

0

Estou tentando configurar um servidor RTSP para reproduzir arquivos do VPS e assisti-los no meu telefone. Depois de ler guias antigos e algumas experiências com o VLC, obtive uma configuração viável de VOD que codifica bem:

new MyVideoMobile vod enabled
setup MyVideoMobile input "filename" output "#transcode{soverlay,venc=ffmpeg,vcodec=mp4v,vb=16,height=96,width=128,fps=12,aenc=ffmpeg,acodec=aac,ab=32,channels=2,samplerate=8000}"

No entanto, o telefone não reproduz o fluxo e informa sobre erros de reprodução. Capturar o tráfego mostrou a seguinte caixa de diálogo (aqui e mais IP está mascarado e cabeçalhos caros são omitidos):

Request: DESCRIBE rtsp://xx.xx.xx.xx:3458/MyVideoMobile RTSP/1.0
Supported: method.eos, com.pv.server_playlist
Accept: application/sdp
User-Agent: SonyEricsson/W660i/R6AD001_____prgCXC1250446_GENERIC_FY
x-wap-profile: http://wap.sonyericsson.com/UAprof/W660iR201.xml

Response: RTSP/1.0 200 OK
Server: VLC/2.2.8
Content-type: application/sdp
Content-Base: rtsp://xx.xx.xx.xx:3458/MyVideoMobile
Content-length: 775
Cache-Control: no-cache

Corpo do SDP aqui: link

Request: SETUP rtsp://xx.xx.xx.xx:3458/MyVideoMobile/trackID=0 RTSP/1.0
Transport: RTP/AVP/UDP;unicast;client_port=3456-3457

Response: RTSP/1.0 200 OK
Transport: RTP/AVP/UDP;unicast;client_port=3456-3457;server_port=51952-51953;ssrc=FF6AAB3B;mode=play
Session: 9aa78a9bb89548d3;timeout=60
Content-length: 0
Cache-Control: no-cache

Request: SETUP rtsp://xx.xx.xx.xx:3458/MyVideoMobile/trackID=1 RTSP/1.0
Transport: RTP/AVP/UDP;unicast;client_port=3458-3459
Session: 9aa78a9bb89548d3

Response: RTSP/1.0 200 OK
Transport: RTP/AVP/UDP;unicast;client_port=3458-3459;server_port=51021-51022;ssrc=A796CD51;mode=play
Session: 9aa78a9bb89548d3;timeout=60
Content-length: 0
Cache-Control: no-cache

Request: TEARDOWN rtsp://xx.xx.xx.xx:3458/MyVideoMobile RTSP/1.0
Session: 9aa78a9bb89548d3

Response: RTSP/1.0 200 OK

Tudo isso vem por meio do TCP, sem tráfego UDP, pelo menos na mesma porta.

De acordo com o perfil WAP, se eu entendi corretamente, codecs e taxa estão bem. Então, o problema provavelmente é com os parâmetros de streaming?

    
por bodqhrohro 11.03.2018 / 23:00

0 respostas