Search found 3 matches

by osmanbiradli
Mon Dec 24, 2018 8:48 am
Forum: Inetlab.MMS.MM7
Topic: video smil error
Replies: 0
Views: 76131

video smil error

Hi

I try send mms smil with image . this is working
<smil>
<head>
<layout>
<root-layout width="100%" height="100%" />
<region id="Image" width="100%" height="50%" fit="meet"/>
</layout>
</head>
<body>
<par><img src="a.jpg" region="Image" /></par>
</body>
</smil>


But

I try mms smil with video ...
by osmanbiradli
Wed Dec 19, 2018 3:47 pm
Forum: Inetlab.MMS.MM7
Topic: server response
Replies: 2
Views: 96578

Re: server response

resp = client.Submit(mes);
resp.Status.StatusCode is 1000
but details

TRACE: 6: (MM7Client) RESPONSE FROM SERVER
HTTP/1.1 200 OK
SOAPAction: ""
x-huawei-mmsc-tid: 6XXXXXXXXXXXX3
x-huawei-mmsc-from: GXXXXXXXX
x-huawei-mmsc-to: 9XXXXXXXXX2
x-huawei-mmsc-code: 4007
Content-Length: 629
Content-Type ...
by osmanbiradli
Tue Dec 11, 2018 5:27 pm
Forum: Inetlab.MMS.MM7
Topic: server response
Replies: 2
Views: 96578

server response

hi

I can send mms
resp.Status.StatusCode 1000 okey.

I try incorrect number
resp.Status.StatusCode "1000"

but trace is
TRACE: 11: (MM7Client) RESPONSE FROM SERVER
HTTP/1.1 200 OK
SOAPAction: ""
x-huawei-mmsc-tid: XXXXXXXXXXXXXX
x-huawei-mmsc-from: XXXXXXXX
x-huawei-mmsc-to: XXXXXXXXXX
x-huawei ...