RtmpClient icon indicating copy to clipboard operation
RtmpClient copied to clipboard

How to compile this project

Open mk148a opened this issue 11 years ago • 11 comments

Hi, i want to used it wp8. İ have visual studio 2012 and 2013. This project open with 2013. But not compiled, i have error like this:

Warning 1 warning MSB3245: Could not resolve this reference. Could not locate the assembly "Mntone.Data.Amf.WindowsPhone". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets 1696 5 Mntone.Rtmp.WindowsPhone

Error 2 error C3083: 'Data': the symbol to the left of a '::' must be a type (C:\Users\Desperado\Desktop\RtmpClient-master\Mntone.Rtmp.Shared\Client\SimpleVideoClient.cpp) c:\users\desperado\desktop\rtmpclient-master\mntone.rtmp.shared\command\irtmpcommand.h 13 1 Mntone.Rtmp.WindowsPhone

Error 3 error C3083: 'Amf': the symbol to the left of a '::' must be a type (C:\Users\Desperado\Desktop\RtmpClient-master\Mntone.Rtmp.Shared\Client\SimpleVideoClient.cpp) c:\users\desperado\desktop\rtmpclient-master\mntone.rtmp.shared\command\irtmpcommand.h 13 1 Mntone.Rtmp.WindowsPhone

Error 4 error C2039: 'AmfArray' : is not a member of 'Mntone' (C:\Users\Desperado\Desktop\RtmpClient-master\Mntone.Rtmp.Shared\Client\SimpleVideoClient.cpp) c:\users\desperado\desktop\rtmpclient-master\mntone.rtmp.shared\command\irtmpcommand.h 13 1 Mntone.Rtmp.WindowsPhone

And this: 1

please help me.

mk148a avatar May 19 '14 12:05 mk148a

Hi, Mr./Ms. mk148a.

This project refers to a local file, “Mntone.Data.Amf.dll/winmd (AMF).”

You clone “Action Message Format for Windows Runtime”, compile AMF and refer to it. referenceimage

If you don’t change AMF code, you can download it form NuGet.

Thanks for your report.

P.S. I will change a local relative reference to NuGet (online) package soon.

mntone avatar May 19 '14 15:05 mntone

your welcome Mntone, i am trying this. And its works! Thank you very much.

mk148a avatar May 19 '14 15:05 mk148a

Hi Mntone, i have problem. this rtmp stream is not played in wp8.1 . My stream link: rtmp://85.111.3.74/radyospor/mystream.sdp

Problem video: http://www.youtube.com/watch?v=-wWdihZVkY0&feature=youtu.be

mk148a avatar May 19 '14 16:05 mk148a

Hi, mk148a.

URL parsing algorithm has problem. parsingalgorithmhasproblem

But, WP8.1 cannot play H.264/AVC stream (can play only MP3/AAC stream). I don’t know why WP8.1 cannot play H.264 stream. Your stream is played in Win8.1; however, is not played in WP8.1.

mntone avatar May 19 '14 23:05 mntone

Hımm, your project only work with rtmp radio on wp8.1. could u conduct the video work( H.264/AVC) on wp8.1 ?

mk148a avatar May 20 '14 10:05 mk148a

I can play video streaming now.

Windows Phone Media Engine require video resolution. I will improve this problem.

resolution

I’m sorry for being late.

mntone avatar Jun 01 '14 05:06 mntone

not a problem bro, I'm waiting to hear from you

mk148a avatar Jun 02 '14 13:06 mk148a

New commit (v0.8.2) is not a problem about this.

Thanks for your report.

mntone avatar Jun 02 '14 23:06 mntone

Yes its works! thank you, but its not work same rtmp links try it :**** video is work but sound is not, I think it is codec-related problems. Do you have a mail address?

mk148a avatar Jun 03 '14 16:06 mk148a

its not work same rtmp links try it :rtmp://mn-l.mncdn.com/showtv/showtv2 video is work but sound is not, I think it is codec-related problems.

I checked it. This stream is HE-AAC. I imagined it contains ADTS header in rtmp. But, this is incorrect. It is AudioSpecificConfig surely. aacaudiodata The next commit will be fixed.

Do you have a mail address?

Yes, I have. You check git log.

mntone avatar Jun 04 '14 00:06 mntone

ok, i will still follow :+1: . And i'm not see git log and e-mail adress :S , i'm send private asks on nuget.org

mk148a avatar Jun 04 '14 13:06 mk148a